gridview pagination
C#
2
Posts
2
Posters
0
Views
1
Watching
-
What is the best way of implementing pagination in gridview? to get whole data atonce on load or to get on evrypage click ?
What if you had a 100,000 items to page through?? Getting that on every page refresh would be wasteful and take forever. You only retrieve what you need for the new page. Search the articles for "gridview paging" and you'll find some good articles on it.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...