Home  About Us   Contact  Search   Tell A Friend   Resources  dotnetVideos Store Register  Login  
  July 2, 2009  
Apress2_09
ShowingMultipleRecords    

Showing Multiple Records per Row with the DataList Control: Step 1-Displaying Product Information in a DataList

This VIDEO TUTORIAL will demonstrate on how to make use of ‘RepeatColumns’ and ‘RepeatDirections’ properties of the DataList control to further customize the display Product information. In order to accomplish this, a DataList control is added to RepeatColumnAndDirection.aspx page of the project. The DataList is configured to use an ObjectDataSource control which invokes product information using GetProducts ( ) method from the ProductsBLL business object. Following which, the DataList control will emit an ItemTemplate markup in the source of the page under consideration. This source formatted to display a subset of Product information and is examined at runtime display of the RepeatColumnAndDirection.aspx page. For detailed information and source code for this step, please refer to the original article.

  View Video...

Showing Multiple Records per Row with the DataList Control: Step 2-Changing the DataList’s Layout Direction

This VIDEO TUTORIAL will show case on how to display the Product information in a horizontal direction at run time. In order to accomplish this, the RepeatDirection property of the DataList control in the design mode is set to ‘Horizontal’. Finally, the Product information display is examined at runtime. For detailed information and source code for this step, please refer to the original article.

  View Video...

Showing Showing Multiple Records per Row with the DataList Control: Step 3: Displaying Data in a Multi-Column, Multi-Row Table

This VIDEO TUTORIAL will outline the process on how to display the Product information in the DataList control in multiple columns at run time. In order to achieve this functionality, the DataList’s properties window is configured so that the RepeatColumns properties is assigned to the desired column display. This setting will enable the display of the Product information under consideration in a multi column display at runtime on the RepeatColumnAndDirection.aspx web page. For detailed information and source code for this step, please refer to the original article.

  View Video...

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