Exemplo n.º 1
0
        private void BindData()
        {
            int    recordCount = 0;
            int    num         = 0;
            string strSort     = "AutoID DESC";

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