G
Guest
I am writing an ASP.NET 2.0 application that includes several pages with
textBoxes. In all pages but one changes in the textBoxes can be retrieved
using the Text property of the textBox except one page. One this particular
page the previous Text value always is shown in postback handlers after the
text has been changed. I have tried setting the Autopostback property on the
textBox to true and false and have used the TextChanged event as well. Yet
this box on this page always shows its previous value.
What can be wrong with this textBox and/or page?
Your help will be greatly appreciated.
Thanks,
Eagle
textBoxes. In all pages but one changes in the textBoxes can be retrieved
using the Text property of the textBox except one page. One this particular
page the previous Text value always is shown in postback handlers after the
text has been changed. I have tried setting the Autopostback property on the
textBox to true and false and have used the TextChanged event as well. Yet
this box on this page always shows its previous value.
What can be wrong with this textBox and/or page?
Your help will be greatly appreciated.
Thanks,
Eagle