Varun Agrawal Total Post:159 Points:795 Posted by Varun Agrawal March-29-2011 9:16 AM ASP.Net ASP.Net 1 Answer(s) 1608 View(s) Ratings: Rate this:
Varun Agrawal Post:159 Points:795 What does the EnableViewState property signify? Posted on 7 years ago EnableViewState saves the state of an object in a page between postbacks. Objects are saved in a Base64 encoded string. If you do not need to store the page, turn it off as it adds to the page size.
Post:159
Points:795What does the EnableViewState property signify?
EnableViewState saves the state of an object in a page between postbacks. Objects are saved in a Base64 encoded string. If you do not need to store the page, turn it off as it adds to the page size.