G
Guest
Help..
I have been using:
string sId =
((System.Web.UI.WebControls.TextBox)e.Item.Cells[2].Controls[0]).Text;
To get the value of a cell in my datagrid.
When I set the cell to read only, I get an error message.
I need to retrieve this value so I can use it in my query to update the
database.
Thanks for any help.
Jeff
I have been using:
string sId =
((System.Web.UI.WebControls.TextBox)e.Item.Cells[2].Controls[0]).Text;
To get the value of a cell in my datagrid.
When I set the cell to read only, I get an error message.
I need to retrieve this value so I can use it in my query to update the
database.
Thanks for any help.
Jeff