/// <summary>
 /// 获取信息
 /// </summary>
 public void Selectinfo(string str)
 {
     int count;
     JumbotOA.BLL.AllTaskBLL bll = new JumbotOA.BLL.AllTaskBLL();
     this.pro_repeater.DataSource = bll.getpage(AspNetPager1.PageSize, AspNetPager1.CurrentPageIndex, out count, str);
     this.pro_repeater.DataBind();
     AspNetPager1.RecordCount = count;
 }
コード例 #2
0
        /// <summary>
        /// 获取信息
        /// </summary>
        public void Selectinfo(string str)
        {
            int count;

            JumbotOA.BLL.AllTaskBLL bll = new JumbotOA.BLL.AllTaskBLL();
            this.pro_repeater.DataSource = bll.getpage(AspNetPager1.PageSize, AspNetPager1.CurrentPageIndex, out count, str);
            this.pro_repeater.DataBind();
            AspNetPager1.RecordCount = count;
        }