M
Moshfegh Hamedani
Hi there,
I have a simple web page containing a text box and a button. I set the
EnableViewState property of the text box to false. So, I expect that when I
type some text in the text box and hit the button, the text is not set to
the Text property of the text box after the page is posted back. But it
doesn't work at all !!! I even set the Page.EnableViewState to false but it
still loads view state data into text box after posting back.
So, what's the usage of View State ?!!! Any one here has any idea on this?
Please let me know,
Mosh
I have a simple web page containing a text box and a button. I set the
EnableViewState property of the text box to false. So, I expect that when I
type some text in the text box and hit the button, the text is not set to
the Text property of the text box after the page is posted back. But it
doesn't work at all !!! I even set the Page.EnableViewState to false but it
still loads view state data into text box after posting back.
So, what's the usage of View State ?!!! Any one here has any idea on this?
Please let me know,
Mosh