Wednesday, January 06, 2010
I tend to use ViewState in most of my web applications, but when it comes to web sites there's rarely a need for them across all pages.  In fact for some sites it can be switched off altogether.

However, even setting this in the web.config as so

<pages enableSessionState="false" enableViewState="false">

when you View Source there's still a __VIEWSTATE hidden input field.

Expected behaviour - as documented here.

Wednesday, January 06, 2010 9:20:44 PM (GMT Standard Time, UTC+00:00) | Comments [0] | ASP.NET#
Search
Archive
Links
Categories
Admin Login
Sign In
Blogroll