Loading

摘要: public class PageList : CompositeControl { protected override HtmlTextWriterTag TagKey { get { return HtmlTextWriterTag.Span; ... 阅读全文
posted @ 2009-02-25 21:26 today4king 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 说明下:参数PageIndex是从0开始;参数PageCount表示需要分页的数量;using System;using System.Collections.Generic;public class MyClass{ static int startIndex,endIndex; static int pageSize=4; static int pageCount=13; ... 阅读全文
posted @ 2009-02-25 20:44 today4king 阅读(645) 评论(0) 推荐(0) 编辑