BaseDataBoundControlDesigner.DataSourceID Property
.NET Framework 3.0
Gets or sets the value of the DataSourceID property of the underlying BaseDataBoundControl object.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public String get_DataSourceID () /** @property */ public void set_DataSourceID (String value)
public function get DataSourceID () : String public function set DataSourceID (value : String)
Not applicable.
Property Value
The ID of the DataSourceControl associated with the underlying BaseDataBoundControl.Community Additions
ADD
Show: