GIAC
GSSP-NET · Question #169
You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create a Web application using .NET Framework 3.5. Your…
The correct answer is A. RegularExpressionValidator. See the full explanation below for the reasoning.
Question
You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create a Web application using .NET Framework 3.5. Your application has a form that accepts a user name and email address. You want to validate the input text for the email address by matching against a pattern defined in the regular expression. Which of the following validation controls will you use to accomplish the task?
Options
- ARegularExpressionValidator
- BRangeValidator
- CCompareValidator
- DRequiredFieldValidator
How the community answered
(62 responses)- A84% (52)
- B5% (3)
- C8% (5)
- D3% (2)
Community Discussion
No community discussion yet for this question.