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)
Available in Sandboxed Solutions: No

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