纯ajax asp.net sqlserver分页,有多种方式分页. 内含源码和表结构和测试数据 详见:http://blog.csdn.net/alphayycn/archive/2007/09/26/1802258.aspx 补充: CS文件中SqlStr = "select top " ShowRows " * from TestTable where ID not in(select top " StartRows " ID from TestTable order by ID des
1. HtmlHelper.cs using System; using System.Web.Mvc; using System.Web.Mvc.Html; using System.Web.Mvc.Ajax; using System.Text; using System.Collections.Generic; using System.Collections; namespace AutoReclaim.Models { public static cla ss PagerHelper