
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.
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