A、Override the EnsureChildControls method of the base class. Add the child controls to the base container.
B、Override the CreateControlCollection method of the base class. Add the child controls to the ControlCollection class
C、Override the CreateChildControls method of the base class. Add the child controls to the base container.
D、Override the DataBindChildren method of the base class. Add the child controls to the ControlCollection class.