The
methods
of System.Web.UI.WebControls.CompositeDataBoundControl are listed below. For a list of all members, see the CompositeDataBoundControl Members list.
See Also: Inherited members from System.Web.UI.WebControls.DataBoundControl
Protected Methods
override | CreateChildControls()
Creates the control hierarchy that is used to render a composite data-bound control based on the values that are stored in view state.
|
abstract | CreateChildControls(IEnumerable, bool) : int
When overridden in an abstract class, creates the control hierarchy that is used to render the composite data-bound control based on the values from the specified data source.
|
override | PerformDataBinding(IEnumerable)
Binds the data from the data source to the composite data-bound control.
|