Click here to Skip to main content
15,881,709 members
Articles / Web Development / IIS

Using ROW_NUMBER() to paginate your data with SQL Server 2005 and ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.86/5 (23 votes)
20 Nov 20054 min read 242.6K   3.9K   86  
With the release of SQL Server 2005, Microsoft introduces the long overdue ROW_NUMBER() function. In this article, we will walk through a C# implementation of pagination using the ROW_NUMBER() method.

Views

Daily Counts

Downloads

Weekly Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
United States United States
For more articles please visit my website:
http://www.aprogrammersjournal.com

A Programmers Journal
RSS

Comments and Discussions