This walkthrough shows you how to implement custom paging using ISDataSource.
During this walkthrough, you will learn how to do the following:
- Use ISDataSource.
- Use SmartTag to set DataSource.
- Use Data Source Configuration Wizard to set the Database and table.
In order to complete this walkthrough, you will need the following:
- Set EnablePaging of the datasource control to True.
- Provides a method for Select. This method requires three parameters: startRow, maximumRows,
and sortExpression.
- Provides a method for SelectCount.
- Visual Studio 2005/2008/2010 Application.