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

How do you hide the columns?

588


what are the ihttphandler and ihttphandlerfactory interfaces ?

509


Explain about asp.net caching?

570


What does clearing cache?

526


What are the different types of Caching techniques in ASP.NET?

567






What are the types of authentication in asp.net?

545


Explain the working of passport authentication.

539


What is difference between cookies and cache?

512


What is the difference between a page theme and a global theme?

527


Can we set master page as a start page?

532


What is server components?

527


What is the difference between login controls and forms authentication?

537


Explain the main function of url routing system in asp.net mvc? : asp.net mvc

488


Why do we use sessions?

564


What is the difference between user control an custom control?

606