ViewStateMode in ASP.NET 4.0 - backward compatibility?

Posted by rkrauter on Stack Overflow See other posts from Stack Overflow or by rkrauter
Published on 2010-04-24T14:55:13Z Indexed on 2010/04/24 15:03 UTC
Read the original article Hit count: 176

Filed under:
|

Was the new ViewStateMode property introduced to avoid breaking the existing EnableViewState?

Does setting EnableViewState = false at the page level causee the ViewStateMode setting to be ignored?

PS: What is CW in stackoverflow?

© Stack Overflow or respective owner

Related posts about api-design

Related posts about ASP.NET