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.
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.