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 is a session stored and maintained in asp.net?
What is the use of global.asax file?
How does ASP.NET framework maps client side events to Server side events.?
What is the difference between the response.write() and response.output.write() methods?
What are session state modes? List some of the important session state modes of asp.net.
How to Insert/Add in ASPXgridview
What is the difference between Hash table and Array list?
What are main return types supported in Web API?
Explain the various authentication mechanisms in asp.net.
Can we set which type of comparison we want to perform by the CompareValidator control?
What are the modes of updation in an updatepanel?
What is the use of autowireup in asp.net?
What is bson in web api?
Can you explain the importance of finalize method in .net?
A Web Service Can Only Be Written In .net. Is it True??