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.
view state
B.
session state
C.
a hidden field
D.
the query string