BaseDataBoundControlDesigner.DataSource Property
.NET Framework 3.0
Gets or sets the value of the DataSource property for the associated control.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public String get_DataSource () /** @property */ public void set_DataSource (String value)
public function get DataSource () : String public function set DataSource (value : String)
Not applicable.
Property Value
The data-binding expression used by the associated control derived from BaseDataBoundControl.The DataSource property is used to shadow the DataSource property of the BaseDataBoundControl class that is associated with this designer. The value of the DataSource property is persisted by the designer as a data-binding expression on the tag that is generated for the underlying BaseDataBoundControl object.
Community Additions
ADD
Show: