Why do some asp.net controls keep its state although its EnableViewState property is false?
- by Ahmet Altun
Put a textbox, a checkbox and a button on a website.
Set the "EnableViewState" property of textbox and checkbox to false.
Write something into textbox and check the checkbox.
Click the button.
Why is the textbox still written and the checkbox checked after response?