Custom Paging in GridView

  • Thread starter Thread starter Oleg Ogurok
  • Start date Start date
O

Oleg Ogurok

Hi there,

I've noticed that ASP.NET 2.0 GridView control doesn't have
AllowCustomPaging and VirtualRecordCount.
In 1.1, I used DataGrid and a SQL stored procedure that would return only
the right records based on page number and page size passed to it. Thus
instead of retrieving all 100k records, I would only get, e.g. 10 of them
each time.

Is there a way to achieve the same behavior with GridView?

-Oleg.
 

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