Interview Questions

What is view state?

.NET Interview Questions and Answers


(Continued from previous question...)

5. What is view state?

The web is stateless. But in ASP.NET, the state of a page is maintained in the in the page itself automatically. How? The values are encrypted and saved in hidden controls. this is done automatically by the ASP.NET. This can be switched off / on for a single control

(Continued on next question...)

Other Interview Questions