This documentation is archived and is not being maintained.

WebPartManager::Controls Property

Gets the collection of all WebPart, server, or user controls that are contained in WebPartZoneBase zones on a Web page and are managed by the WebPartManager control.

Namespace:  System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
virtual property ControlCollection^ Controls {
	ControlCollection^ get () override;
}

Property Value

Type: System.Web.UI::ControlCollection
A ControlCollection that contains all controls managed by the WebPartManager control.

The Controls property does not reference the other controls that are referenced by the WebPartManager control, such as the various zone controls, EditorPart or CatalogPart controls, and others.

This property is used by the Web Parts control set, and in most development situations it is not intended to be called from your code. For this reason, although the property is public, it is hidden from IntelliSense. Developers who want to access the collection of WebPart or other server controls managed by the WebPartManager control should use its WebParts property.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: