GSSP-NET · Question #255
You work as a Software Developer for ABC Inc. You develop a Web application that contains several Web pages. The Web pages contain several Web server controls that implement validation controls for…
The correct answer is A. When the validity of a control or a Web page is to be determined in the Page_Load event handler. B. When the user input validation data values are not set until run time. E. When the server or validation controls are added during run time. See the full explanation below for the reasoning.
Question
You work as a Software Developer for ABC Inc. You develop a Web application that contains several Web pages. The Web pages contain several Web server controls that implement validation controls for user input validation. Under which of the following circumstances will you perform user input validation programmatically for Web server controls? Each correct answer represents a complete solution. Choose all that apply.
Options
- AWhen the validity of a control or a Web page is to be determined in the Page_Load event handler.
- BWhen the user input validation data values are not set until run time.
- CWhen the server or validation controls are added during design time.
- DWhen the validity of a control or a Web page is to be determined in the Page_Init event handler.
- EWhen the server or validation controls are added during run time.
How the community answered
(22 responses)- A77% (17)
- C9% (2)
- D14% (3)
Community Discussion
No community discussion yet for this question.