
Custom Formatting Based Upon Data:
Step 1-Displaying the Product Information in a DetailsView
This step of the VIDEO TUTORIAL will initiate the ground work on how to control and customize the display properties such as CssClass, Font, BorderWidth, BorderStyle, BorderColor, Width, and Height, HeaderStyle, RowStyle, AlternatingRowStyle attributes of data web controls such as DetailsView, FormView and GridView controls. In order to demonstrate these style related properties and their customization in the design mode as well as at run time using programmatic approach we will utilize various event handlers of these data web controls as well as style related properties in the Style.css file of this project. In this first step, we will add a DetailsView control to the CustomColors.aspx page of CustomFormatting folder and display the data in it at run time by binding the DetailsView control to an ObjectDataSource that invokes GetProducts( ) method of ProductsBLL class. 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