nerdexam
Microsoft

70-519 · Question #274

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 D. 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

  • ASession state
  • BThe query string
  • CA hidden field
  • Dview state

How the community answered

(32 responses)
  • A
    9% (3)
  • B
    3% (1)
  • C
    19% (6)
  • D
    69% (22)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice