Showing posts with label Articles. Show all posts
Showing posts with label Articles. Show all posts

Tuesday, August 24, 2010

Implementing paging in ADO.NET

Here is tutorial on how to add paging to ADO.NET

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: 
  1. Using DataAdapter
  2. Using SQL Statement


Implementing paging in ADO.NET
Enhanced by Zemanta