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
What is ispostback property?
Explain About WebService
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Explain the significance of routing? : asp.net mvc
What is the basic difference between asp and asp.net?
Fetch one page value to another page without using state-managment ?
Which method do you use to enforce garbage collection in .net?
What is inproc mode in session?
Why is mvc better than asp.net?
Is asp.net a programming language?
What is the purpose of url encoding?
How do I use a proxy server when invoking a web service?
What is the difference between server-side scripting and client-side scripting?
Can you use Web API with ASP.NET Web Form?
What is an assembly? Explain its parts.