Gets a System.Web.UI.ControlCollection object that contains a collection of child controls in a data listing control.
a System.Web.UI.ControlCollection
Use the BaseDataList.Controls collection to manage the child controls contained in a data listing control. You can add controls, remove controls, or iterate through the server controls in the collection.