
Paging and Sorting Report Data:
Step 2-Displaying Product Information in a GridView
This step of the VIDEO TUTORIAL highlights the necessary steps to add a GridView control to display the product information to implement paging and sorting in the upcoming step. A GridView control is added to the SimplePagingSorting.aspx web page and is bound to an ObjectDataSource control that retrieves product information using GetProducts ( ) method of ProductsBLL business object. Only a sub set of the product information such as ProductName, Category, Supplier, UnitPrice and Discontinued fields are displayed in the GridView control 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