Why do some asp.net controls keep its state although its EnableViewState property is false?
        Posted  
        
            by Ahmet Altun
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ahmet Altun
        
        
        
        Published on 2010-04-23T11:45:01Z
        Indexed on 
            2010/04/23
            11:53 UTC
        
        
        Read the original article
        Hit count: 244
        
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?
© Stack Overflow or respective owner