DataFormWebPart.ForceTransformRerun method

Forces this control to do the data binding, even if the control has previously created child controls.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Sub ForceTransformRerun
'Usage

Me.ForceTransformRerun()
protected void ForceTransformRerun()

Remarks

Child controls may have been created previously and require a new data binding if XSLT parameters have changed as a result of postback or connection.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace