Creates child controls of a QueryForm control.
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);
QueryForm Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace