Datagrid paging
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a datagrid which holds a dataset of size 2 lakh records. Now each time I click on the new page I have to bind the grid to hold the records corresponding to that page. Currently I am calling a method that does to the database on change of each page and bind it to the grid. Can anyone let me know how to display the records of the current page by using the data taht is already bound to the gird. I mean with out calling the method that runs an SQL query to fetch the data from the database in the page index chnaged event. Regards, Uma