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

How do you associate two or more validators with a single input control? What do you need to do to prevent space from being reserved for a validation control thatpasses its validation test?

1 Answers  


How do you open a page in a new window?

0 Answers  


What the use of Form Authentication and windows Authentication?

1 Answers   NetCity, TCS,


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Infosys,


Explain the differences between managed and unmanaged code?

0 Answers  






Explain the use of fragment caching.

0 Answers  


Why is global asax is used for?

0 Answers  


what is abstract class and method..

2 Answers  


What is boxing and unboxing?

3 Answers   Patni,


What is routing in MVC?

0 Answers   Infosys,


What is & in a url?

0 Answers  


What is the latest version of asp.net?

0 Answers  


Categories