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)

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