view state data is stored in which format?
Answer Posted / sachin garg
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is odata in web api?
What is the maximum number of classes that can be contained in one dll file?
What are the types of session in asp.net?
Which method do you use to enforce garbage collection in .net?
What is data grid view in asp.net?
What can you do with asp.net?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is difference between ispostback and autopostback in asp net?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is Forms Authentication in ASP.NET?
Where the viewstate is stored after the page postback?
Is viewstate secure?
How to retrieve user name in case of Window Authentication?
Where would you use an ihttpmodule, and what are the limitations of any?