IDataBoundControl::DataSourceID Property

.NET Framework (current version)
 

Gets or sets the ID of the data source control from which the data-bound control retrieves a list of data items.

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

property String^ DataSourceID {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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

.NET Framework
Available since 4.0
Return to top
Show: