WebPartManager.CanConnectWebParts Method
.NET Framework 2.0
Checks the WebPart controls that will be participating in a connection to determine whether they are capable of being connected.
| Name | Description |
|---|---|
| WebPartManager.CanConnectWebParts (WebPart, ProviderConnectionPoint, WebPart, ConsumerConnectionPoint) | Checks the WebPart controls that will be participating in a connection to determine whether they are capable of being connected, when the consumer and provider controls have compatible interfaces and a WebPartTransformer object is not needed. |
| WebPartManager.CanConnectWebParts (WebPart, ProviderConnectionPoint, WebPart, ConsumerConnectionPoint, WebPartTransformer) | Checks the WebPart controls that will be participating in a connection to determine whether they are capable of being connected, and uses a WebPartTransformer object to create the connection between an incompatible consumer and provider. |
ASP.NET Web Parts Pages ConnectWebParts
Community Additions
ADD
Show: