public void bindgr() { Model.orderdetail myorderdetail = new Model.orderdetail(); myorderdetail.ordernum = Request.QueryString["ordernum"].ToString (); BLL.BLLorderupdate blll = new BLL.BLLorderupdate(); DataSet ds = blll.bindgr(myorderdetail); GridView1.DataSource = ds.Tables[0]; GridView1.DataBind(); }
public void bindgr() { Model.orderdetail myorderdetail = new Model.orderdetail(); myorderdetail.ordernum = pronum.Text; BLL.BLLorderupdate blll = new BLL.BLLorderupdate(); DataSet ds = blll.bindgr(myorderdetail); GridView1.DataSource = ds.Tables[0]; GridView1.DataBind(); }
public void bindgr() { Model.orderdetail myorderdetail = new Model.orderdetail(); myorderdetail.ordernum = Request.QueryString["_order_num"].ToString(); BLL.BLLorderupdate blll = new BLL.BLLorderupdate(); DataSet ds = blll.bindgr(myorderdetail); GridView1.DataSource = ds.Tables[0]; GridView1.DataBind(); }