GSSP-NET · Question #232
Patrick works as a Software Developer for BlueWell Inc. He develops an ASP.NET application named App1 using Visual Studio .NET. The application displays employee registration form on the company's…
The correct answer is B. IsValid. See the full explanation below for the reasoning.
Question
Patrick works as a Software Developer for BlueWell Inc. He develops an ASP.NET application named App1 using Visual Studio .NET. The application displays employee registration form on the company's Web site. The form contains the following fields:
First Name Last Name Date of Birth E-mail The application contains a TextBox control for each field. Patrick wants the application to provide a user-defined error message whenever an employee makes a wrong entry on the form. Patrick uses a CustomValidator validation control in the application. Which of the following properties is mandatory if the CustomValidator control is used to validate a user input data entry?
Options
- AEnableViewState
- BIsValid
- CEnableTheming
- DErrorMessage
How the community answered
(30 responses)- A13% (4)
- B73% (22)
- C3% (1)
- D10% (3)
Community Discussion
No community discussion yet for this question.