F
fj
Question about ViewState
I disabled ViewState of the page. The page has textbox(empty) and label
(empty text) and button. When the button click and post back. text input in
textbox still remains and label is set in the button click event handler.
There are still "__viewstate" hidden field in page HTML source code.
Should the textbox be empty when postback? If viewstate is disabled, who set
the value of the textbox.
-fj
I disabled ViewState of the page. The page has textbox(empty) and label
(empty text) and button. When the button click and post back. text input in
textbox still remains and label is set in the button click event handler.
There are still "__viewstate" hidden field in page HTML source code.
Should the textbox be empty when postback? If viewstate is disabled, who set
the value of the textbox.
-fj