Пример #1
0
 public void LoadDataInfo()
 {
     BLL.BLLorderselect blll = new BLL.BLLorderselect();
     DataSet ds = blll.pagebind(AspNetPager1.PageSize * (AspNetPager1.CurrentPageIndex - 1), AspNetPager1.PageSize);
     GridView1.DataSource = ds.Tables[0];
     GridView1.DataBind();
 }
Пример #2
0
    public void LoadDataInfo()
    {
        BLL.BLLorderselect blll = new BLL.BLLorderselect();
        DataSet            ds   = blll.pagebind(AspNetPager1.PageSize * (AspNetPager1.CurrentPageIndex - 1), AspNetPager1.PageSize);

        GridView1.DataSource = ds.Tables[0];
        GridView1.DataBind();
    }