您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. asp.net中使用repeater和PageDataSource搭配实现分页代码

  2. asp.net中使用repeater和PageDataSource搭配实现分页代码,需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-10-27
    • 文件大小:31744
    • 提供者:weixin_38704786
  1. asp.net中使用repeater和PageDataSource搭配实现分页代码

  2. 代码如下: PagedDataSource objPage = new PagedDataSource();             DataView dv = bllBook.GetListByState(“”, true);            //设置数据源            objPage.DataSource =dv ;             //允许分页            objPage.AllowPaging = true;             //设置每页显示的项
  3. 所属分类:其它

    • 发布日期:2021-01-21
    • 文件大小:36864
    • 提供者:weixin_38716590