ASP.NET how to setup a next - previous page for large results

  • Thread starter Thread starter Lee Connell
  • Start date Start date
L

Lee Connell

Hi,

How do I create a page that has the potential of grabbing a lot of results
and displaying the result set in a per number basis. For example a google
search will display say 15 pages with a next and previous that will return
the next 15 pages. How would I do this in ASP.NET with a result set I query
from my database.

thanks.
 
The DataGrid control has paging built into it with little code needed for
paging.
 
Back
Top