Ajeet Mishra
What are the Benefits of ViewState?
By Ajeet Mishra in ASP.NET on Sep 04 2015
  • Mukesh Kumar
    Sep, 2017 3

    viewstate is used for rollback data

    • 1
  • Keerthi Venkatesan
    May, 2016 13

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

    • 0
  • Ashish Srivastava
    Apr, 2016 23

    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.

    • 0
  • Ajeet Mishra
    Sep, 2015 4

    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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS