Community

Paging in any ASP.NET grid using SQL Server 2005

(Anuj Khadloya) This article helps to add paging to any ASP.NET/WinForms grid. The benefit of using this method is it doesn’t fetch all the data at once, but only the required data from the database, thus improving the performance of the page by many folds when the amount of data is large.

Read More - Register for Free Membership