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 a razor file?

526


What is the advantage of using asp.net routing?

594


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

594


What is page life cycle?

530


What are the benefits of .net framework?

562






What is viewstart page in mvc?

577


What is the use of action filters in an mvc application?

608


What is the significance of nonactionattribute?

581


How route table has been created in ASP.NET ASP.Net MVC?

553


what do you mean by table-per-type?

625


Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?

2055


How large is the .net framework 3.0? Does this change make the release larger?

552


What are the advantages of asp.net mvc?

558


What is separation of concerns in asp.net mvc?

597


What is layout in mvc?

565