Textbox value doesn't change between postbacks
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I have a simple textbox with an initial text, when I type some other text in the textbox it and click my submit button, I see that the textbox.Text value stays the old initial value and the information which I typed has lost. How can I fix it?
-
I have a simple textbox with an initial text, when I type some other text in the textbox it and click my submit button, I see that the textbox.Text value stays the old initial value and the information which I typed has lost. How can I fix it?
Have your verified EnableViewState is on for this control? Is the control being re-initialized during the postback?
I know the language. I've read a book. - _Madmatt