Multiple choice

Which of the following allows the state of objects to be stored transported back to server whenever required?

  1. ViewState

  2. MasterPage

  3. Global Assembly Cache

  4. Code Access Security

  5. Reflection

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

ViewState is a .NET mechanism to store the posted data among postbacks. ViewState allows the state of objects to be stored in a hidden field on the page, saved on client side and transported back to server whenever required.