Paging is a processing of fetching a number of rows as a page (a subset of data) instead of all rows from a data source. Paging can be achieved in two ways in ADO.NET:
- Using DataAdapter
- Using SQL Statement
Implementing paging in ADO.NET
This blog will hold favorite gadgets and graphic user interfaces that don't really fit in my main blog @ mmcelhaney.blogspot.com
Paging is a processing of fetching a number of rows as a page (a subset of data) instead of all rows from a data source. Paging can be achieved in two ways in ADO.NET:
- Using DataAdapter
- Using SQL Statement