摘要: UCJqOrderList @model PagedList订单编号订单日期顾客编号收货地址@foreach(Order od in Model) { @od.OrderID@od.OrderDate.ToString()@od.CustomerID @od.Ship... 阅读全文
posted @ 2014-05-25 23:40 MrMrCash 阅读(461) 评论(0) 推荐(0)
摘要: public ActionResult Index(int? pageIndex) { List data = new List(); for (int i = 0; i pagedList = new PagedList(data.As... 阅读全文
posted @ 2014-05-25 23:32 MrMrCash 阅读(178) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace MvcTest.Extends{ /// /// 分页元素位置 /// public en... 阅读全文
posted @ 2014-05-25 12:34 MrMrCash 阅读(476) 评论(0) 推荐(0)