What is ViewState ? and how it is managed ?

Answer Posted / tauseef ahmad

ASP.NET ViewState is a new kind of state service that developers can use to track UI state on a per-user basis. Internally it uses an an old Web programming trick-roundtripping state in a hidden form field and bakes it right into the page-processing framework.It needs less code to write and maintain state in your Web-based forms.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between authentication and authorization.

565


How can we make sure that Web API returns JSON data only?

545


What is a reflection?

586


What is form submit?

520


Which is the parent class of the ASP.NET server control?

543






Do you support digital rights management to protect my videos?

457


What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?

750


What is a page life cycle? What are the events in a page life cycle?

493


Describe state management in asp.net?

553


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

584


Tell me the code snippet to show how we can return 404 errors from HttpError?

789


What is the purpose of url encoding?

498


Explain about Multi-Language integration?

602


What is postback and autopostback in asp.net?

531


What do you mean by authorization?

527