Page.Render Method
.NET Framework 2.0
Initializes the HtmlTextWriter object and calls on the child controls of the Page to render.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The Render method is responsible for creating the text and markup that is sent to the client browser. The default Render method calls RenderChildren to write the text and markup for the controls contained on the page.
Community Additions
ADD
Show: