view state data is stored in which format?
Answer Posted / prabhakar pandey
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.it is called before the load event and saved between prerender and render event.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we identify that the Page is Post Back?
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?
Why is global asax is used for?
How can we register exception filter globally?
Explain transparent caching with aop?
Where is the view state data stored in asp net?
What is content place holder?
Explain the asp.net session state modes.
How can u debug your .net application?
What is aspect-oriented programming?
What parameters can you pass in the url of the api? Can get and post use the same url?
Is asp.net and .net are same or different?
What are web server controls in asp.net?
Is asp.net mvc front end or backend? : Asp.Net MVC
Where is the view state data stored?