Sign in
in
   

Tags

No tags have been created or used yet.

Monthly Archives
 

Warning:

This article is more than 45 days old. Given the speed at which the technology world moves, this post is probably somewhat out of date. Please keep this in mind when reading the post. If this is a tutorial, please check whether you are using the same versions mentioned in the article.

Little bit of info on ViewState

A good article on ViewState that I found through weblogs on MSDN-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspnet/html/asp11222001.asp

Especially the section on the ViewState vs. SessionState.. Session state is protected because it remains on the server's side, however viewstate bounces back to the client.  Encryption (its only base64 encoded by default, which is essentially clear text) and tamper proofing definitely has a performance hit so the inclination is going to be turn it off. 

Who'd ever think to tamper with the viewstate? ;-)

http://www.pluralsight.com/tools.aspx

Only published comments... Jun 17 2004, 12:26 PM by Dave

View related posts

No Comments