Posted by: Pdfprep
Post Date: February 11, 2021
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?
A . Set the CausesValidation property of a server control to false.
B . Set the Enabled property of a validation control to true.
C . Set the Enabled property of a validation control to false.
D . Set the EnableClientScript property of a validation control to true.
E . Set the EnableClientScript property of a validation control to false.
Answer: E
Leave a Reply