TechTalk Genome v4.2

QueryForm.CreateChildControls Method

Creates child controls of a QueryForm control.

Overload List

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

protected override void CreateChildControls();

Creates child controls of a QueryForm control.

protected virtual int CreateChildControls(IQueryFilterCollection,bool);

See Also

QueryForm Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace