Hi All,
I have a textbox on a form. I populate that textbox from a sqldatasource in my Page_Load. That works fine.
For examples sake lets say that the textbox has the word "Test" in it.
I change that word to "Fail" and click my save button.
The save button calls SqlDataSource1.Update().
I have a break point in SqlDataSource1_Updating.
I look at e.command parameters and the value from my textbox still has "Test" when it should be "Fail"
Any ideas?
Thank You
...
Go to the complete details ...