AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Efficiently Paging Through Large Amounts of Data : Scott Mitchell

Wednesday, July 23 2008

The default paging option of a data presentation control is unsuitable when working with large amounts of data, as its underlying data source control retrieves all records, even though only a subset of data is displayed. In such circumstances, we must turn to custom paging. Due to the ease of implementation – just check a checkbox and you’re done! – default paging is an attractive option. Its na�ve approach in retrieving all of the records, though, makes it an implausible choice when paging through sufficiently large amounts of data or for sites with many concurrent users. In such circumstances, we must turn to custom paging in order to provide a responsive system....

Read More:
Efficiently Paging Through Large Amounts of Data : Scott Mitchell
Also See:
Creating Custom Sections in Web.config : Azamsharp
Dynamic User Interface in ASP.NET Web Applications : Richard Bean
Watermarking PDF documents using HttpHandlers : Deepak Raghavan
Load user data once with an HttpModule : Jeff Putz
Easy "NO SCRIPT" DataGrid Tooltips in ASP.NET : Peter A BRomberg

Post your comment

Comment