
Sorting Custom Paged Data:
Step 3-Configuring the ObjectDataSource to Pass in the SortExpression Parameter
This step of the VIDEO TUTORIAL will familiarize the user on how to bind the GridView data web control to make use of the newly created ‘GetProductsPagedAndSorted’ method from the ProductsBLL business logic layer. In order to accomplish this, we have moved the declarative mark up from the SimplePagingAndSorting.aspx page from the previous tutorial to SortParameter.aspx page. In addition, we also need to rebind the ObjectDataSource control to use the ‘GetProductsPagedAndSorted’ for the SELECT tab of the Object Data Source configuration wizard. Finally, the SortParameter.aspx web page is examined at run time to demonstrate its functionality of custom paging and sorting.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