Supreme Info About How To Handle Paging In Gridview
If ure using objectdatasource then u need to do custom paging.
How to handle paging in gridview. Chec this site for custom paging. Write pageindexchanging event you have not define. Allow paging is very simple.call pageindexchanging event of grid view like protected void gridview1_pageindexchanging(object sender, gridviewpageeventargs e) {.
Understanding the custom paging process. The gridview 'gridviewid' fired event pageindexchanging which wasn't handled. Returning the total number of records being paged through.
When changing the page on the gridview control: Handle the onpageindexchanging event of the gridview. To use paging in gridview you need to take care of following things 1.
However, we are moving to mvc and want to find out if your mvc grid will allow us to pass paging Are u using sqldatasource if so paging is handled automatically.