GIAC
GSSP-NET · Question #369
GSSP-NET Question #369: Real Exam Question with Answer & Explanation
Sign in or unlock GSSP-NET to reveal the answer and full explanation for question #369. The question stem and answer options stay visible for context.
Question
You work as a Windows Application Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You create a Windows application using the .NET Framework. The application contains many controls. You add an ErrorProvider component named errorPro and a DateTimePicker control named datePick to the application. You are required to configure the application to display an error notification icon next to datePick when a user enters a date that is greater than today's date. What will you do to accomplish this task? Each correct answer represents a part of the solution. Choose two.
Options
- ACreate an event handler named verifyDate for the Validating event of datePick.
- BCreate an event handler named verifyDate for the Validated event of datePick.
- CIn the verifyDate event handler, call errorPro.SetError(datePick, "Date is greater then
- DIn the verifyDate event handler, call errorPro.SetError(datePick, "") if the datePick.Value is
Unlock GSSP-NET to see the answer
You've previewed enough free GSSP-NET questions. Unlock GSSP-NET for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.