DataBoundControl::DataSourceID Property
.NET Framework (current version)
Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
Assembly: System.Web (in System.Web.dll)
public: property String^ DataSourceID { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^The ID of a control that represents the data source from which the data-bound control retrieves its data.
.NET Framework
Available since 2.0
Available since 2.0
Show: