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)

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.

See also

Reference

DataFormWebPart class

DataFormWebPart members

ForceDataBind overload

Microsoft.SharePoint.WebPartPages namespace