AtariJag64
Programmer
I start out the page by setting the TextBoxes's Text equal to some field in a database. I change the Text in that box however that acctual value when it gets posted back to the database does not change from the original.
for example:
TextBox1.Text = "Hello";
Now, I change the text in the box in the webform from "Hello" to "Goodbye".
This, however, doesn't change the value of TextBox1.Text.
I've tried to add an actionListener to the text box, but this doesn't seem to help.
Any suggestions?
Thanks,
-Chris
for example:
TextBox1.Text = "Hello";
Now, I change the text in the box in the webform from "Hello" to "Goodbye".
This, however, doesn't change the value of TextBox1.Text.
I've tried to add an actionListener to the text box, but this doesn't seem to help.
Any suggestions?
Thanks,
-Chris