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 difference cookie and session?
What are the various ways to send content from one page to another?
What is the difference between cookie and session?
What is http request and response?
How long does an http session last?
How can u deifne the benefits and limitation of using Viewstate for state management?
Any disadvantages in Dataset and in reflection ?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Define the term Web Garden?
How do we ensure view state has not tampered?
What is query string in asp.net?
How many types of file extensions for razor views in ASP.Net MVC?
Explain the difference between array and linkedlist?
Differentiate globalization and localization.
How to handle errors in Web API?