Ejemplo n.º 1
0
        protected void btnQuery_Click(object sender, EventArgs e)
        {
            DataSet ds = ObjData.GetQuery();

            this.logListPager.RecordCount = ds.Tables[0].Rows.Count;
        }