Is EnableViewState property inherited by child controls ?
        Posted  
        
            by pixel3cs
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pixel3cs
        
        
        
        Published on 2010-05-26T07:45:21Z
        Indexed on 
            2010/05/26
            7:51 UTC
        
        
        Read the original article
        Hit count: 162
        
ASP.NET
<div runat="server" enableviewstate="false">
    <div runat="server" enableviewstate="false"></div>
</div>
What happends if I won't set the enableviewstate property for the second div. Is it inherited from it's parent or not ?
© Stack Overflow or respective owner