GSSP-NET · Question #370
You work as a Software Developer for ABC Inc. You create a Web page named MyWebForm1.aspx that displays a student's registration form. The page uses three CheckBox controls and several other Web…
The correct answer is B. Use the CheckedChanged event. F. Set the AutoPostBack property to true. See the full explanation below for the reasoning.
Question
You work as a Software Developer for ABC Inc. You create a Web page named MyWebForm1.aspx that displays a student's registration form. The page uses three CheckBox controls and several other Web server controls on the page. The CheckBox controls contain information about the educational qualifications. You want to ensure that a message containing educational status and relevant information is displayed as soon as a user clicks the CheckBox GIAC GSSP-.NET Exam controls. Which of the following actions will you take to accomplish the task? Each correct answer represents a part of the solution. Choose two.
Options
- ASet the AutoPostBack property to false.
- BUse the CheckedChanged event.
- CSet the CausesValidation property to false.
- DSet the CausesValidation property to true.
- ESet the Checked property to true.
- FSet the AutoPostBack property to true.
How the community answered
(13 responses)- A8% (1)
- B69% (9)
- D8% (1)
- E15% (2)
Community Discussion
No community discussion yet for this question.