T
TCORDON
I am loading a form and filling in some TextBox's with values from a session
var. This is used to update some information.
On form load let's say I give TextBox1.Text = "54000"
After that I change the value on the web page to, let's say: 54000
Then I click the update button that goes to the database and update the
information, the problem is that is is sending the text i loaded in
FormLoad, not the one entered or changed by the user.
Help is appreciated.
TIA
var. This is used to update some information.
On form load let's say I give TextBox1.Text = "54000"
After that I change the value on the web page to, let's say: 54000
Then I click the update button that goes to the database and update the
information, the problem is that is is sending the text i loaded in
FormLoad, not the one entered or changed by the user.
Help is appreciated.
TIA