为祖国健康工作50年

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年8月18日

摘要: 这个问题网上有许多解决方法,主要是因为没有为GridView指定PageIndexChanging事件: 解决方法: 首先在aspx中指定: <asp:GridView ID="GridView2" runat="server" OnPageIndexChanging="GridView1_PageIndexChanging" AllowPaging="True" PageSize="10"> <... 阅读全文
posted @ 2011-08-18 16:38 lerit 阅读(18369) 评论(2) 推荐(3) 编辑