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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top