Mo Saghir wrote:
> I have a problem where I am trying to update a DataGrid command in place
> pretty much as outlined in the various samples in MSDN:
> [snip]
> Whenever I try to access the TextBox.Text field, I get blank if the value
> was updated by the user. However, if the value is left untouched then it is
> successfully propagated to TextBox.Text field.
Are you only binding the data to the DataGrid when it is NOT a postback,
or are you binding the data to the DataGrid on ALL page loads?
It sounds like this may be the problem... for more info, see this FAQ:
Why Your DataGrid's Updates Don't Show Up
http://datawebcontrols.com/faqs/Edit...NotSaved.shtml
Happy Programming!
--
Scott Mitchell
http://www.4GuysFromRolla.com
http://www.ASPFAQs.com
http://www.ASPMessageboard.com
* When you think ASP, think 4GuysFromRolla.com!