DataFormWebPart.DisableCrossPageConnectionAboutToBeFired Method

Disables the cross-page connections to be fired on which the DataFormWebPart acts as a provider.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Sub DisableCrossPageConnectionAboutToBeFired
'Usage

Me.DisableCrossPageConnectionAboutToBeFired()
protected void DisableCrossPageConnectionAboutToBeFired()

Remarks

This method iterates all the connections to be fired on which the DataFormWebPart acts as a provider and disables the cross-page connections in them.

See Also

Reference

DataFormWebPart Class

DataFormWebPart Members

Microsoft.SharePoint.WebPartPages Namespace