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
What is aspect-oriented programming?
How can you use a custom controls in ASP.NET application?
How many types of triggers are there in update panel?
Is asp.net easy to learn?
What is the biggest disadvantage of “Other Return Types” in Web API?
How many web config files can be created for an application?
Out of ASP or ASP.NET which one is stateless?
How many types of session in ASP.NET
How to retrieve user name in case of Window Authentication?
What are query strings used for?
What are cookies in asp.net?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Why asp.net is better than php?
Which is better php or asp.net?
What is the appSettings Section in the web.config file?