nerdexam
GIAC

GSSP-.NET · Question #45

(Topic 1) You work as a Software Developer for HiTech Inc. You develop a Web application named MyWebApp. The application contains several Web pages that display a registration form for a user. You…

The correct answer is E. Set the EnableClientScript property of a validation control to false. See the full explanation below for the reasoning.

Question

  • (Topic 1)

You work as a Software Developer for HiTech Inc. You develop a Web application named MyWebApp. The application contains several Web pages that display a registration form for a user. You want to perform user input data validation at the server-side, so that you can disable the client-side data input validation. Which of the following actions will you take to accomplish the task?

Options

  • ASet the CausesValidation property of a server control to false.
  • BSet the Enabled property of a validation control to true.
  • CSet the Enabled property of a validation control to false.
  • DSet the EnableClientScript property of a validation control to true.
  • ESet the EnableClientScript property of a validation control to false.

How the community answered

(30 responses)
  • A
    17% (5)
  • B
    3% (1)
  • D
    7% (2)
  • E
    73% (22)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice