摘要:
本文目标一、能够使用MvcPager进行分页本文目录一、MvcPager控件的简单使用二、C#扩展方法一、MvcPager控件的简单使用1、添加MvcPager.dll的引用[下载]2、Control中的方法 1 //获取列表 2 public ActionResult List(int? id = 1) 3 { 4 List userList = new List(); 5 int totalCount = 0; 6 int pageIndex = id ?? 1; 7 ... 阅读全文
posted @ 2013-09-08 13:45
春天又来了
阅读(2194)
评论(0)
推荐(2)
浙公网安备 33010602011771号