This documentation is archived and is not being maintained.
BaseDataListDesigner.DataSource Property
.NET Framework 1.1
Gets or sets the value of the control's data source property.
[Visual Basic] Public Property DataSource As String [C#] public string DataSource {get; set;} [C++] public: __property String* get_DataSource(); public: __property void set_DataSource(String*); [JScript] public function get DataSource() : String; public function set DataSource(String);
Property Value
The value of the DataSource of the list control.
Remarks
The DataSource property gets or sets the DataSource property of the DataList control that the designer is editing.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace
Show: