DetailsView.IDataBoundControl.DataSourceID Property

.NET Framework (current version)
 

For a description of this property, see IDataBoundControl.DataSourceID.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

private abstract DataSourceID : string with get, set
private override DataSourceID : string with get, set

Property Value

Type: System.String

The ID of the data source control that contains the list of data items that the DetailsView control retrieves.

This member is an explicit interface member implementation. It can be used only when the DetailsView instance is cast to an IDataBoundControl interface.

.NET Framework
Available since 4.0
Return to top
Show: