Home  About Us   Contact  Search   Tell A Friend   Resources  dotnetVideos Store Register  Login  
  January 7, 2009  
telerik_dec08_sk2
FormatDLRptrBasedUponData1    

Formatting the DataList and Repeater Based Upon Data: Step 1-Displaying Product Information in the DataList

Formatting the DataList and Repeater Based Upon Data:
Step 1-Displaying Product Information in the DataList
This VIDEO TUTORIAL will demonstrate on how to format the data that is displayed with DataList and Repeater control based on the data itself. Whenever a DataList bound to a data source or programmatically through DataBind ( ) method, certain sequence of events occurs. In this sequence of events, first the DataList’s DataBinding event fires, data source is enumerated and each data record is bound to the DataList. In addition, DataList also creates DataListItem which is bound to the current record. During this process the DataList creates two event handlers ItemCreated and ItemDataBound. In order to demonstrate these events and to display the Product information in the DataList, the code from the Basics.aspx page is copied into Formatting.aspx page of DataListRepeaterBasics folder. Finally, the Repeater control that moved into this page from the Basics.aspx page is removed and the DataList’s product information display is examined at run time. 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

telerik_dec08_target_sky2
  Copyright 2008 by dotnetvideos.net   Terms Of Use | Privacy Statement