Type 'System.Web.UI.WebControls.*' does not have a public property named 'ViewStateMode'.all you have to do is
make sure the target framework is .net framework 41. change your web.config
<system.web>
<compilation debug="true" targetFramework="4.0">2. change the build options in the property pages for the website in visual studio.
Thanks. Very helpful for me
ReplyDelete