System.Web.UI.WebControls.CompositeDataBoundControl Members

The members of System.Web.UI.WebControls.CompositeDataBoundControl are listed below.

See Also: Inherited members from System.Web.UI.WebControls.DataBoundControl

Protected Constructors

Public Properties

[read-only]
override
ControlsSystem.Web.UI.ControlCollection.

Gets a collection of the child controls within the composite data-bound control.

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.