BaseDataListDesigner.DataSource Property
.NET Framework 3.0
Gets or sets the value of the data source property of 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 DataSource value of the associated control.The DataSource property provides access from the designer to the DataSource property of the associated control that is derived from the BaseDataList class.
Community Additions
ADD
Show: