Microsoft
70-519 · Question #149
You are designing an ASP.NET Web application that allows users to type a value in a text box The application must function with JavaScript disabled. You need to design a method for using a Web…
The correct answer is A. Use a CustomValidator control. C. Use an OnServerValidate method. See the full explanation below for the reasoning.
Question
You are designing an ASP.NET Web application that allows users to type a value in a text box The application must function with JavaScript disabled. You need to design a method for using a Web service to validate the user-typed value before the form is processed. Which two actions should you recommend? (Each correct answer presents part of the solution. Choose two.)
Options
- AUse a CustomValidator control.
- BUse a DynamicValidator control.
- CUse an OnServerValidate method.
- DUse a ClientValidationFunction method.
How the community answered
(33 responses)- A79% (26)
- B6% (2)
- D15% (5)
Community Discussion
No community discussion yet for this question.