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 are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What is advantage of code behind coding in ASP.NET?
How to you can limit Access to Web API to Specific HTTP Verb?
What is a gridview in asp.net?
How can you debug your.net application?
How many types of session state management options available in asp.net?
What is query string?
Do you know about caching with the datasource controls?
Explain what is clr?
How u refer webservices?
What is the difference between file-based dependency and key-based dependency?
how to retrieve property settings from xml .config file.
What is owin authentication?
What is a pixel url?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?