Erasing content in TextBox
-
Hi all, i want to erase the textbox values when user presses browser's back button. i have tried erasing the values before redirecting the page but its not working .. Can anybody guide me how to achieve this......
-
Hi all, i want to erase the textbox values when user presses browser's back button. i have tried erasing the values before redirecting the page but its not working .. Can anybody guide me how to achieve this......
One way is to not store values in viewstate at all, and just getting them from the URL. How are they populated now, is it just viewstate ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )