ViewStateMode Disabled but still getting ViewState element
Posted
by Chris Marisic
on Stack Overflow
See other posts from Stack Overflow
or by Chris Marisic
Published on 2010-05-14T12:30:00Z
Indexed on
2010/05/14
12:34 UTC
Read the original article
Hit count: 227
I have a ASP.NET 4.0 webforms site where I have the MasterPage so it is set to ViewStateMode="Disabled"
along with the content placeholders being set similarly.
When I'd view my page I'd still see a ViewState field rendered, I then tried adding the ViewStateMode="Disabled" to the page level also but that didn't change anything.
© Stack Overflow or respective owner