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

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