Fork me on GitHub
摘要: 在GridView控件分页显示数据,主要设置它的AllowPaging属性为True,然后使用它的PageIndexChanging事件设定翻页的索引值。 对GridView控件中的数据排序时,首先必须设置GridView控件的AllowSorting属性为True。同时,还必须设置要排序字段的... 阅读全文
posted @ 2009-02-27 13:37 Zong_在路上 阅读(88) 评论(0) 推荐(0) 编辑