view state data is stored in which format?
Answer Posted / nalin
View state is stored in the client in the form of a hidden
control called “__VIEWSTATE”. Here by client I mean the
rendered aspx pages in the browser. If view state property
is set to true then ASP.NET automatically adds a hidden
field/control by the name “__VIEWSTATE” and stores the
information related to the state of the page in an encrypted
format.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
what is loosely coupled solution? How it can be used?
Why do you use the app_code folder in asp.net?
Explain difference between dataset and datareader?
How you will improve web application performance?
What is difference between singleton and single call?
What is base class of .net?
What is razor? : asp.net mvc
What are server-side comments in ASP.NET?
What is the Difference between MVC And MVP design pattrens
Can we set master page as a start page?
What are client activated objects?
Where session id is stored?
Describe the disadvantage of cookies.
What are the types of caching in asp.net?