adspace


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

Explain the request flow in asp.net mvc framework?

1108


Possible ways to prevent xss attacks on mvc application?

1097


How to use multiple submit buttons in asp.net mvc?

1320