public void MyBind() { DataTable dt = barBll.SelAllByTitle(Skey, Request.QueryString["list"]); EGV.DataSource = dt; EGV.DataBind(); }