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
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Name the two properties are on every validation control?
Where is session cookies stored?
What is mvc in asp.net tutorial? : Asp.Net MVC
What are the two properties that are common on every validation control?
What are the main differences between asp and asp.net?
What is the Difference between MVC And MVP design pattrens
What is server transfer?
How would you turn off cookies on a page of a website?
What are url fragments?
How does session authentication work?
How to find out what version of asp.net I am using on my machine?
Explain what is postback in asp. Net?
What are session cookies?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?