DataFormWebPart.AddDataSourceControls method

Adds the data source controls in the DataSources collection as child controls of the DataFormWebPart.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable Sub AddDataSourceControls
'Usage

Me.AddDataSourceControls()
protected virtual void AddDataSourceControls()

Remarks

A pointer to the DataFormWebPart on the SPDataSourceView must be saved because FormContext is not set and ExecuteSelect(DataSourceSelectArguments) needs to inspect the PAGETYPE.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace