
Sorting Custom Paged Data:
Step 1-Reexamining the Custom Paging Technique
This step of the VIDEO TUTORIAL will elaborate on how to support sorting of data in addition to custom paging that we have implemented in the previous tutorial. In order to accomplish that we need to supply ‘sortExpression’ as one of the parameters to the custom stored procedure ‘GetProductsPaged’ and rename it as ‘GetProductsPagedAndSorted’. This tutorial will explain the creation of the new stored procedure that accepts the ‘sortExpression’ as one of the parameters to support sorting during custom paging process. 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