Answer Posted / sathya
View state is the method that the ASP.NET page framework
uses to preserve page and control values between round
trips. When the HTML markup for the page is rendered, the
current state of the page and values that must be retained
during postback are serialized into base64-encoded strings.
This information is then put into the view state hidden
field or fields.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is entity framework firstordefault?
Which are the important namespaces used in mvc?
What is a razor file?
How to use multiple submit buttons in asp.net mvc?
differences between poco, model first and data first approach?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Is it possible to share a view across multiple controllers?
Explain something about model, view and controllers in asp.net mvc?
Why we need a separate mobile project template, while we can render our web application in mobile ?
Explain entity lifecycle? : Entity framework
Which filter executes first in an asp.net mvc application?
How can you return string result from Action in ASP.Net MVC?
What is page life cycle?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
Can I use razor code in javascript in asp.net mvc?