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
How we can multiple submit buttons in ASP.Net MVC
Can I set the unlimited length for "maxjsonlength" property in config?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
Explain peek method in tempdata in asp.net mvc?
What are the advantages of asp.net mvc?
Explain the new features added in version 4 of mvc (mvc4)?
Can I remove .net framework?
How does servicing work for the .net framework 3.0?
How to make sure Client Validation is enabled in ASP.Net MVC
Explain the advantage of packaging over xcopy in .net?
What is renderbody?
Define the core components of an ASP.NET MVC application?
Describe the roles of clr in .net framework.?
What is a model in programming?
What is .net core framework?