Microsoft
70-573 · Question #235
You need to create a Web control that displays an ASCX control. Which event should you use?
The correct answer is A. CreateChildControls. MNEMONIC RULE: "display ASCX control = CreateChildControl" BaseFieldControl.CreateChildControls Method us/library/microsoft.sharepoint.webcontrols.basefieldcontrol.createchildcontrols.aspx
Developing for User Experience
Question
You need to create a Web control that displays an ASCX control. Which event should you use?
Options
- ACreateChildControls
- BLoadControlState
- CSaveViewState
- DSetDesignModeState
How the community answered
(20 responses)- A70% (14)
- B10% (2)
- C5% (1)
- D15% (3)
Explanation
MNEMONIC RULE: "display ASCX control = CreateChildControl" BaseFieldControl.CreateChildControls Method us/library/microsoft.sharepoint.webcontrols.basefieldcontrol.createchildcontrols.aspx
Topics
#Web control#ASCX#CreateChildControls#user control
Community Discussion
No community discussion yet for this question.