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.
Session state
B.
The query string
C.
A hidden field
D.
view state