
Custom Formatting Based Upon Data:
Step 7-Displaying Product Information in a GridView
This step of the VIDEO TUTORIAL will layout the foundation for the displaying the product information highlighted in yellow color for each row with UnitPrice column value less than $10.00. In order to accomplish this scenario, a GridView control with an ID as ‘HighlightCheapProducts’ is added to the CustomColors.aspx webpage in the design mode below the previously created FormView control. This GridView is bound to the same ObjectDataSource on the web page and is customized to display a subset of the product information at run time that includes ProductName, Category and UnitPrice.For detailed information and source code for this step, please refer to the original article.
This video presentation is available ONLY for REGISTERED users of this web site due to significant costs associated with data transfer of multimedia content. Please register to view this video. Registration is FREE of charge and takes less than a minute to complete. Thanks for your consideration.
---Administrator