Basic Dot Net Question:

What is Viewstate in .NET?

Tweet Share WhatsApp

Answer:

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.

Download Dot Net PDF Read All 116 Dot Net Questions
Previous QuestionNext Question
What is the use of ErrorProvider Control in .NET? What should one do to make class serializable?