PagerDataSource sample website
This website contains some samples showing how to use the PagerDataSource in
different scenarios.
Choose from any of the samples on the left to see more information.
All the samples shown here use data that has the following structure:

There is a data access layer to retrieve data that has the following methods:
// gets all the rows
public Products.ProductsDataTable GetData();
// gets the rows from startIndex to startIndex + maxRows
- 1
public Products.ProductsDataTable GetPagedData(int
startIndex, int maxRows);
// gets the total row count for the table
public int CountAll();
For the full feature list, licensing and pricing information visit the PagerDataSource product page.
|