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
What is the behavior of a Web browser when it receives an invalid element?
What are Master Pages in ASP.NET? or What is a Master Page?
Which is the parent class of the ASP.NET server control?
What is the difference between stored procedure vs function?
Explain the overview of asp.net?
How does asp net store session ids by default?
what are the Custom controls in asp.net?
What are Caching techniques in .NET
What is the best Macanism to clear the Cache in asp.net
Using code explain Configuration Management
What are the different types of validation controls provided in ASP.NET?
Why should i prefer JSP over asp.net or any other web development language..??
What is http post and http get?
What is AutoEventWireup attribute for ?
How to retrieve user name in case of Window Authentication?