Writes the System.Web.UI.WebControls.CompositeControl content to the specified System.Web.UI.HtmlTextWriter object, for display on the client.
- w
- Documentation for this section has not yet been entered.
The CompositeControl.Render(System.Web.UI.HtmlTextWriter) method writes the rendered content of the control and its child controls to the client using the specified System.Web.UI.HtmlTextWriter. This method overrides the base implementation to ensure that all child controls in the CompositeControl.Controls collection are created and then renders the control and its child controls using the base System.Web.UI.Control.Render(System.Web.UI.HtmlTextWriter) and System.Web.UI.Control.RenderChildren(System.Web.UI.HtmlTextWriter) methods.