ConnectionsZone.CreateChildControls Method

Note: This method is new in the .NET Framework version 2.0.

Creates all child controls contained in a ConnectionsZone control in preparation for posting back to the server or rendering.

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

protected public:
virtual void CreateChildControls () override
protected void CreateChildControls ()
protected internal override function CreateChildControls ()

This method overrides the base Control.CreateChildControls method. It prepares all connection-related objects needed for connections (for example, it retrieves the connection point objects from the available consumer and provider controls), and it creates the various user interface (UI) controls that users interact with in the connection UI to establish a connection.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

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

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: