nerdexam
GIAC

GSSP-NET · Question #114

Sam works as a Software Developer for GenTech Inc. He creates an ASP.NET page, named Page1, for a college Web site. Page1 is used to enroll new applicants to a certification course offered by the…

The correct answer is C. ServerValidate event D. ClientValidationFunction property. See the full explanation below for the reasoning.

Question

Sam works as a Software Developer for GenTech Inc. He creates an ASP.NET page, named Page1, for a college Web site. Page1 is used to enroll new applicants to a certification course offered by the college. In order to get admission to the course, an applicant's age must be between eighteen and twenty-five. The page contains several TextBox controls that are used by applicants to feed their personal details. The data entered by each applicant is then used to check the eligibility of the applicant. One of the TextBox controls on the page is named txtDateofBirth. Sam wants to verify that the applicants meet the age requirement. He wants to perform validation both on the server-side and on the client-side. In order to validate the age, he adds a CustomValidator control, named CValidator, to the page and sets its ControlToValidate property to txtDateofBirth. Which of the following will Sam use to accomplish the task? Each correct answer represents a part of the solution. Choose all that apply.

Options

  • AClientValidationFunction event
  • BServerValidate property
  • CServerValidate event
  • DClientValidationFunction property

How the community answered

(37 responses)
  • A
    5% (2)
  • B
    14% (5)
  • C
    81% (30)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice