Click here to Skip to main content
15,884,472 members
Articles / Web Development / HTML

Best Practices for implementing paging in ASP.Net

Rate me:
Please Sign up or sign in to vote.
1.00/5 (1 vote)
16 Sep 2010CPOL2 min read 13.8K   4  
Implementing paging in ASP.net with fast page loading has always been a heck of a task. If we use datagridview’s default paging it has so many drawbacks like it loads all the data into the data source and then select the required number of rows on required page number.

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available No 16-Sep-10 11:58 Available Sean Ewington
1 No 15-Sep-10 20:13 Composing

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Pakistan Pakistan
Syed Mujtaba Hassan
Software Engineer
Intelligentsia Software (Pvt) Ltd Islamabad Pakistan.

Comments and Discussions