GridView::IDataBoundControl::DataMember Property
Gets or sets the table that is exposed by the data source control to bind to the data-bound control.
Assembly: System.Web (in System.Web.dll)
private: virtual property String^ DataMember { String^ get () sealed = IDataBoundControl::DataMember::get; void set (String^ value) sealed = IDataBoundControl::DataMember::set; }
<asp:GridView DataMember="String" />
Property Value
Type: System::StringThe table that is exposed by the data source control to bind to the data-bound control.
Implements
IDataBoundControl::DataMemberThis member is an explicit interface member implementation. It can be used only when the GridView instance is cast to an IDataBoundControl interface.
If the data source contains multiple sources of data, use this property to set the specific data table, collection, or other data for the control to bind to. For example, if the data source is a DataSet instance that contains multiple tables, you can specify which table to bind the control to by using this property.
ASP.NET Dynamic Data supports this property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.