Efficient Data Paging and Sorting with ASP.NET 2.0 and SQL 2005
I posted two articles on doing efficient data paging with ASP.NET 2.0 and SQL 2005 earlier this year:
- Paging through lots of data efficiently (100,000 records + using Atlas for Ajax refresh updates)
- Efficient data paging with the ASP.NET 2.0 DataList Control and ObjectDataSource
Scott Mitchell just posted two great articles discussing custom paging and the ObjectDataSource control even further, and includes SQL profile data and traces to quantify the performance gains you can realize from it. You can read them here:
Definitely worth checking out!
Hope this helps,
Scott