Example #1
0
        private void BindData()
        {
            int    recordCount = 0;
            int    num         = 0;
            string strSort     = "Sort asc,AutoID asc";

            this.Repeater1.DataSource = Operate.GetPagerList(this.GetCondition(), strSort, this.SinGooPager1.PageIndex, this.SinGooPager1.PageSize, ref recordCount, ref num);
            this.Repeater1.DataBind();
            this.SinGooPager1.RecordCount = recordCount;
        }