I am developing an asp.net site.
I am using
document.getElementById("< %=TextBox1.ClientID %>").value = "";
I called the JavaScript function and the value did look disappear but when I inspect it the value is still there...
e.g. I see value="previousentry"
Is this related to "EnabledViewState"? How do make sure the value will be gone after calling the above JavaScript?