What is ViewState ? and how it is managed ?



What is ViewState ? and how it is managed ?..

Answer / 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

More ASP.NET Interview Questions

What does the "EnableViewState" property do? Why would I want it on or off?

2 Answers   Photon Infotech, Siebel Systems, Syntax Softtech,


What is the difference between Postback and Ispostback Property?

7 Answers   Atrocity Apps Technologies, DC Infotech, HCL, Maples, Visual Soft,


Can you explain one critical mapping? Performance issue which one is better?

0 Answers  


What is GAC in ASP.NET 2.0

0 Answers   MCN Solutions,


What is AutoPostback?

0 Answers  






How to store a dataset in a viewstate?

3 Answers   Patni,


What is the difference between dynamic SGA and static SGA?

0 Answers   MCN Solutions,


IN an ASP.NET Web application if there is any error, how can you debug?

0 Answers   Siebel,


Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

0 Answers   Siebel Systems,


How can we identify that the Page is Post Back?

0 Answers  


Why do we use asp.net?

0 Answers  


Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?

0 Answers  


Categories