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
List some of the important session state modes of asp.net.
What is razor? : asp.net mvc
What are the advantages and limitations of query string?
Can you explain architecture of your project ?
What is the application pool?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is xaml? Are xaml file compiled or built on runtime?
What is difference between asp state management and asp.net state management?
How to implement role based security in asp.net mvc? : Asp.Net MVC
How do u deploy your asp.net application?
What are the Difference between asp.net and asp ?
What are triggers of an updatepanel?
What is latest version of asp.net mvc? : Asp.Net MVC
What is enableviewstatemac in asp net?
How to find last error which occurred?