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
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What is meant by bootstrap in mvc5?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What type of filter does outputcacheattribute class represents?
In razor syntax, what is the escape sequence character for @ symbol?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What you mean by routing in asp.net mvc?
What is the difference between renderaction and renderpartial?
what is .edmx file and what it contains?
What is Dependency Injection in ASP.Net MVC
How the ‘page lifecycle’ of ASP.Net MVC does works?
Do I need microsoft .net framework?
What is the .net framework 3.0 (formerly winfx)?
What is the difference between model view and controller?
Explain what is asp.net mvc?