Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.