Microsoft
70-519 · Question #133
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…
The correct answer is A. view state. See the full explanation below for the reasoning.
Question
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?
Options
- Aview state
- Bthe query string
- Ca hidden field
- Dsession state
How the community answered
(35 responses)- A83% (29)
- B3% (1)
- C6% (2)
- D9% (3)
Community Discussion
No community discussion yet for this question.