摘要: 1.先自定义一个类为PagingInfo using System;using System.Collections.Generic;using System.Linq;using System.Web; namespace eBuul.ChinaJoy.BLL.Models{ public class PagingInfo { /// <summary> /// 总条数 /// </summary> public int TotalItems { get; set; } /// <summary> /// 每页条数 /// </summary> 阅读全文
posted @ 2013-04-24 18:10 学亮 阅读(294) 评论(0) 推荐(0) 编辑