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
B
C
D
CreateChildControls
B
DataBindChildren
C
CreateControlStyle
D
BuildProfileTree
Note: Not available