DataFormWebPart.DataBind method
Binds a data source to the invoked server control and all its child controls.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub DataBind
'Usage
Dim instance As DataFormWebPart
instance.DataBind()
public override void DataBind()
Remarks
The data source control handles the tasks of connecting to a data store and returning the selected data. This method only handles the task of saving updated data back to data store.