I am using a GridView to display data from database. Using ASP.Net 4.0 with C#. The GV is given DataTable as its data source. I need to display numerical paging to this grid where the user can see Next and Previous buttons along with "page number links" like
<< Prev 1 2 3 ... Next >>
on top right section of the grid. Is there any way to do this using custom paging or any built in feature of GV? What kind of event I need to handle for the page number clicks? Can anybody please point me to right direction or code snippet?
Thanks ...