view state data is stored in which format?

Answer Posted / raj

viewstate is the client side state management.every server
control has a view state .we can assign a property named
Enableviewstate to every server control and setting the
property to true,the viewstate will be enabled and hence
the values of the control will be stored as encrypted
format whenever the page is postback from the server again
and again.

Is This Answer Correct ?    22 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ispostback property?

602


Explain About WebService

763


Explain the main function of url routing system in asp.net mvc? : asp.net mvc

582


Explain the significance of routing? : asp.net mvc

654


What is the basic difference between asp and asp.net?

604






Fetch one page value to another page without using state-managment ?

618


Which method do you use to enforce garbage collection in .net?

606


What is inproc mode in session?

597


Why is mvc better than asp.net?

616


Is asp.net a programming language?

630


What is the purpose of url encoding?

587


How do I use a proxy server when invoking a web service?

617


What is the difference between server-side scripting and client-side scripting?

638


Can you use Web API with ASP.NET Web Form?

766


What is an assembly? Explain its parts.

722