Question:You are creating a composite control. You create a class that inherits from the CompositeControl class. What method must be overridden so you can provide code to instantiate the child controls and set their properties?
A CreateChildControls
B DataBindChildren
C CreateControlStyle
D BuildProfileTree
+ AnswerA
+ Report