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 preprocessor in .net? Where it use?
How can we update records in gridview?Is there any appropriate code for it?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
Where is the session stored?
What is application and session in asp.net?
Who creates jsessionid?
What is the difference between custom controls and user controls?
How you can stop the validation of ASP.NET controls from client side?
Define xmlreader class.
How does the cookies work in asp.net?
What are the two types of web pages?
Where would you use an ihttpmodule, and what are the limitations if any?
How do we assign page-specific attributes?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
How does asp.net page work?