Use the Control.DataBindChildren method to bind a data source to the child controls of a server control.
When called on a server control, this method does not bind data to the control. To bind a server control and all its child controls, call the Control.DataBind method.