DataSourceControl.Controls Property
.NET Framework 2.0
Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property ControlCollection^ Controls { ControlCollection^ get () override; }
/** @property */ public ControlCollection get_Controls ()
public override function get Controls () : ControlCollection
Not applicable.
Property Value
The collection of child controls for the specified server control.Community Additions
ADD
Show: