DataBoundControl.DataMember Property
.NET Framework 3.0
Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[ThemeableAttribute(false)] public: virtual property String^ DataMember { String^ get (); void set (String^ value); }
/** @property */ public String get_DataMember () /** @property */ public void set_DataMember (String value)
public function get DataMember () : String public function set DataMember (value : String)
Not applicable.
Property Value
The name of the specific list of data that the data-bound control binds to, if more than one list is supplied by a data source control. The default value is String.Empty.The value of the DataMember property is stored in view state.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and Introduction to ASP.NET Themes.
Community Additions
ADD
Show: