BaseDataBoundControlDesigner.DataSource Property
.NET Framework 2.0
Note: This property is new in the .NET Framework version 2.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)
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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Show: