You are designing an ASP.NET Web application that allows user input. You have the
following requirements: Use client-side state management. Prevent users from accidentally
modifying data. Automatically encode data. Preserve data during a page postback. You
need to recommend the appropriate type of state management. Which type should you
recommend?
A.
 the query string
B.
 a hidden field
C.
 view state
D.
 session state