Exemplo n.º 1
0
    public void bindInfo()
    {
        int     cateid  = Convert.ToInt32(Request.QueryString["cateid"]);
        BLLhelp bllhelp = new BLLhelp();
        DataSet ds      = bllhelp.ds_search(AspNetPager1.PageSize * (AspNetPager1.CurrentPageIndex - 1), AspNetPager1.PageSize, "info", cateid);

        GridView1.DataSource = ds;
        GridView1.DataBind();
    }