
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.