
Efficiently Paging Through Large Amounts of Data:
Step 2-Returning the Total Number of Records Being Paged Through
This step of the VIDEO TUTORIAL will emphasize on how to add an additional method to the Northwind.xsd typed dataset’s Products table adapter. This new method ‘TotalNumberOfProducts’ is added to the Products table adapter using Table Adapter Query Configuration wizard. This method returns the total number of records that have to be paged through the GridView control’s display interface at run time. Following which, we have to create a wrap around in the business logic layer (in ProductsBLL.cs file) for this newly created data access layer method. 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