nerdexam
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)
  • A
    83% (29)
  • B
    3% (1)
  • C
    6% (2)
  • D
    9% (3)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice