DataSourceControl.CreateControlCollection Method
.NET Framework 3.0
Creates a collection to store child controls.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected ControlCollection CreateControlCollection ()
protected override function CreateControlCollection () : ControlCollection
Not applicable.
Return Value
Returns a System.Web.UI.EmptyControlCollection. Note: |
|---|
|
Because data source controls do not allow child controls, the DataSourceControl class's default implementation does not support the embedding of child controls. |
Community Additions
ADD
Show:
Note: