GIAC
GSSP-NET · Question #142
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…
The correct answer is E. Set the EnableClientScript property of a validation control to false. See the full explanation below for the reasoning.
Question
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
(43 responses)- B5% (2)
- C14% (6)
- D7% (3)
- E74% (32)
Community Discussion
No community discussion yet for this question.