J
JollyK
Hello all,
I have always been having this issue and wondering what the solution is.
When I set the enableviewstate property to false for a textbox, the textbox
always retains its value after a postback occurs. Why is this? I want the
textbox to become empty after postback. How can I do it without setting
textbox.text = "" and without doing Response.redirect to the same page.
JK
I have always been having this issue and wondering what the solution is.
When I set the enableviewstate property to false for a textbox, the textbox
always retains its value after a postback occurs. Why is this? I want the
textbox to become empty after postback. How can I do it without setting
textbox.text = "" and without doing Response.redirect to the same page.
JK