Custom paging using GridView

Posted by Anil Namde on Stack Overflow See other posts from Stack Overflow or by Anil Namde
Published on 2010-04-08T05:28:48Z Indexed on 2010/04/08 5:33 UTC
Read the original article Hit count: 525

Filed under:

I have followed this article to implement the custom pagination using GridView. I have also done custom pagination using the DataGrid but i am still confused on following things.

  1. DataGrid which is there in the ASP.NET 1.1 having VirtualPageCount (something similar) which is set to render the pagination interface [1 2 3 4 5 ... something like this]
  2. GridView does not have the above mentioned property then how to generate the pagination UI?

© Stack Overflow or respective owner

Related posts about ASP.NET