4
Reply

What are the Benefits of ViewState?

Ajeet Mishra

Ajeet Mishra

9y
800
0
Reply

    viewstate is used for rollback data

    Viewstate ensures security because it stores the data in encrypted format.

    No server resources are required. The values in view state are hashed, compressed, and encoded, thus representing a higher state of security than hidden fields It is good for caching data in Web frame configurations because the data is cached on the client Simple to use and after page unload viewstate data automatically destroy.

    No server resources are required. The values in view state are hashed, compressed, and encoded, thus representing a higher state of security than hidden fields It is good for caching data in Web frame configurations because the data is cached on the client Simple to use.