view state data is stored in which format?
Answer Posted / nalin
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 ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is another word for redirect?
What is asp.net architecture?
Can we set master page as a start page?
What is new asp.net core?
What are the parts of an http response?
What is custom events?
How do u deploy your asp.net application?
What is difference between mvc and asp.net? : Asp.Net MVC
Can user control be stored in library?
What's the use of response.output.write()?
9. Why should we hire you over the others waiting to be interviewed?
What is difference between session and cookies in asp net?
What is web router?
What is the difference between sealed vs static class?
What is the difference between application state and caching?