i have a grid with dynamic controls in it
how to get the webdata grid values when the values of controls inside the grid change.
got it
Hello aravind,
I am not absolutely sure what your final goal is, so I am attaching a small sample project that I hope to be demonstrating what you want.
Please review it and let me know if it suits your needs.
hello mr. boris
just forget the control, Let me know how to assign a web data grid data source value to a data set
give me clear idea on it.
hello sir
we can assign a data set value to grid data source
but how to reverse the process
by assigning a grid data source to a dataset.
pls give guidance on that issue
thank you.....
sir,
i have button click event
protected void lbl_addfund_Click(object sender, EventArgs e) { DataSet lds_StaticGrid = (DataSet)Session["dsStaticGrid"]; lds_StaticGrid.Tables[0].Rows.Add(lds_StaticGrid.Tables[0].NewRow());
lds_StaticGrid = (DataSet)lwdg_static.DataSource; // i am gettting null at here. Session["dsStaticGrid"] = lds_StaticGrid; LoadStaticGrid(); }
thanks & regards.
k. aravind