/// <summary>
 /// 分页
 /// </summary>
 public void Selectinfo(string str)
 {
     int count;
     BLL.CallinfoBLL bll = new JumbotOA.BLL.CallinfoBLL();
     this.Repeater_Callinfo.DataSource = bll.getpage(AspNetPager1.PageSize, AspNetPager1.CurrentPageIndex, out count, str);
     this.Repeater_Callinfo.DataBind();
     AspNetPager1.RecordCount = count;
 }
Example #2
0
        /// <summary>
        /// 分页
        /// </summary>
        public void Selectinfo(string str)
        {
            int count;

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