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


Please Help Members By Posting Answers For Below Questions

What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

622


What is advantage of code behind coding in ASP.NET?

652


How to you can limit Access to Web API to Specific HTTP Verb?

763


What is a gridview in asp.net?

617


How can you debug your.net application?

640






How many types of session state management options available in asp.net?

648


What is query string?

659


Do you know about caching with the datasource controls?

560


Explain what is clr?

717


How u refer webservices?

1580


What is the difference between file-based dependency and key-based dependency?

673


how to retrieve property settings from xml .config file.

633


What is owin authentication?

598


What is a pixel url?

594


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

737