ProxyWebPartConnectionCollection Class
Contains a collection of static WebPartConnection objects, which is used when the connections are declared in content pages and the WebPartManager control is declared in a master page. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
The ProxyWebPartConnectionCollection class is used in a specific development scenario. If a Web Parts application uses master pages, with the WebPartManager control declared in a master page, and individual WebPartConnection objects declared in content pages as static connections, the ProxyWebPartConnectionCollection class is used. In the content pages, multiple ProxyWebPartManager controls can be declared, which differs from the ordinary rule that only one WebPartManager control can be declared on a page. Each ProxyWebPartManager control on a content page can contain a <StaticConnections> element, and this element can contain one or more declared <asp:webpartconnection> elements. The ProxyWebPartConnectionCollection class is used by the Web Parts control set to create a collection of all the static connections declared in each content page, and these collections are ultimately added to the StaticConnections collection in the WebPartManager control.
The ProxyWebPartConnectionCollection class is used to create the collection of static WebPartConnection objects that is referenced by the ProxyWebPartManager control's StaticConnections property.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
System.Collections::CollectionBase
System.Web.UI.WebControls.WebParts::ProxyWebPartConnectionCollection
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.