what is view state

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


Please Help Members By Posting Answers For Below Questions

What is representational state transfer (rest) mean?

555


What is controllercontext?

544


Explain the request flow in asp.net mvc framework?

550


How we can handle the exception at controller level in ASP.Net MVC?

572


What filters are executed in the end?

596






how can you tell ef to have a different table or column name than that defined for the class?

580


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

545


What is mvc entity framework?

530


Is the following route definition a valid route definition? {controller}{action}/{id}

755


In which assembly is the mvc framework defined?

553


What are non action methods in mvc?

549


What is the difference between model and entity?

495


what is entity graph in entity framework?

623


what is linq to entities?

634


What is the difference between entity framework and mvc?

522