http://www.codeproject.com/cs/database/row_number.asp
Using ROW_NUMBER() to paginate your data with SQL Server 2005 and ASP.NET
By Jason Witty
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.
本文介绍如何利用SQL Server 2005新增的ROW_NUMBER()函数实现C#中的数据分页功能。通过具体实例展示了如何运用ROW_NUMBER()进行有效的数据分页。
361

被折叠的 条评论
为什么被折叠?



