Multiple choice technology web technology

Which attribute in server control determines the viewstate maintenance?

  1. EnableViewState

  2. ID

  3. RunAt

  4. Name

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In ASP.NET, the EnableViewState attribute of a server control determines whether the control maintains its view state across multiple requests. The ID, RunAt, and Name attributes serve other purposes such as identification and server-side processing.