2016年1月27日

摘要: 分页 (1)确定每页显示多少条记录. pageSize=10 (2):求出总页数.(先求总的记录数据) 总的记录数据 /// <summary> /// 获取总的记录数 /// </summary> /// <returns></returns> public int GetRecordCount( 阅读全文
posted @ 2016-01-27 18:12 努力的活着_在人间 阅读(295) 评论(0) 推荐(0)
摘要: public string StrHtml { get; set; } public int PageCount { get; set; } public int PageIndex { get; set; } public string StrPageBar { get; set; } prote 阅读全文
posted @ 2016-01-27 18:11 努力的活着_在人间 阅读(105) 评论(0) 推荐(0)
摘要: 1 /// <summary> 2 /// 获取数字页面条 3 /// </summary> 4 /// <param name="pageIndex"></param> 5 /// <param name="pageSize"></param> 6 /// <returns></returns> 阅读全文
posted @ 2016-01-27 18:06 努力的活着_在人间 阅读(291) 评论(0) 推荐(0)

导航