ConnectionsZone::CreateChildControls Method ()

 

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)

public protected:
virtual void CreateChildControls() override

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.

.NET Framework
Available since 2.0
Return to top
Show: