The properties of System.Web.UI.WebControls.DataBoundControl are listed below. For a list of all members, see the DataBoundControl Members list.
See Also: Inherited members from System.Web.UI.WebControls.BaseDataBoundControl
DataMember | string.
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. | |
override | DataSourceID | string.
Gets or sets the ID of the control from which the data-bound control retrieves its list of data items. |
[read-only] | SelectArguments | System.Web.UI.DataSourceSelectArguments.
Gets a System.Web.UI.DataSourceSelectArguments object that the data-bound control uses when retrieving data from a data source control. |