Interview Questions

What is Viewstate?

.NET Interview Questions and Answers


(Continued from previous question...)

What is Viewstate?

A server control’s view state is the accumulation of all its property values. In order to preserve these values across HTTP requests, ASP.NET server controls use this property, which is an instance of the StateBag class, to store the property values.

(Continued on next question...)

Other Interview Questions