DataFormWebPart.ForceDataBind Method
Forces the current control to perform the data binding, even if the control previously performed the data binding.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub ForceDataBind
'Usage
Dim instance As DataFormWebPart
instance.ForceDataBind()
public void ForceDataBind()
Remarks
After data binding is complete, this method re-creates the collection of child controls.