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

Sorting Custom Paged Data : Scott Mitchell

Thursday, January 08 2009

In the previous tutorial we learned how to implement custom paging when presentating data on a web page. In this tutorial we see how to extend the preceding example to include support for sorting and custom paging. Compared to default paging, custom paging can improve the performance of paging through data by several orders of magnitude, making custom paging the de facto paging implementation choice when paging through large amounts of data. Implementing custom paging is more involved than implementing default paging, however, especially when adding sorting to the mix. In this tutorial we’ll extend the example from the preceding one to include support for sorting and custom paging....

Read More:
Sorting Custom Paged Data : Scott Mitchell
Also See:
HTTP compression in .NET Framework 2.0 : Paulo Morgado
Application Domains in .NET : Joydip Kanjilal
Building a Custom Confirmation Dialog Box : Haissam Abdul Malak
Using Forms Authentication with Active Directory : Richard Bean
HTMLEditor Provider - How to write a custom provider for ASP.NET 2.0 : Todd Davis

Post your comment

Comment