D
daiski
Hi.
I have a form that is used to edit a row from SQL. The form textboxes
are filled at page_load so that the user can see the data. User can
make changes in the textboxes then click a button that uses SQL
connection and UPDATE statement to save in DB.
The problem is that textbox.text (in the code behind) is still getting
the original data that was filled in from page_load.
Any ideas why?? Appreciate it.
* I used VS.Net debugger and added a watch on the textbox.text to see
that this is a problem with my asp and not with my sql implementation.
I have a form that is used to edit a row from SQL. The form textboxes
are filled at page_load so that the user can see the data. User can
make changes in the textboxes then click a button that uses SQL
connection and UPDATE statement to save in DB.
The problem is that textbox.text (in the code behind) is still getting
the original data that was filled in from page_load.
Any ideas why?? Appreciate it.
* I used VS.Net debugger and added a watch on the textbox.text to see
that this is a problem with my asp and not with my sql implementation.