1、首先写一个Model分页模型MvcPagerInfo.cs(可放入AppCode中)2、在控制器公用方法中添加分页方法BaseController.cs3、写一个一般处理程序Pager.ascx4、分页模板_Pager.cshtml(View/Shared中)5、View视图以后分页调用这个模板就好了6、CSS分页在右下角显示7、Controller控制器中8、单纯SQL语句分页,当然你也可以用存储过程进行分页9、结果http://localhost:XXXX/Admin/View中