This member overrides WebControl.RenderContents(System.Web.UI.HtmlTextWriter).
- writer
The System.Web.UI.HtmlTextWriter containing methods to build and render the device-specific output.
Override the WebControl.RenderContents(System.Web.UI.HtmlTextWriter) method to render the contents of the control between the begin and end tags. The default implementation of this method renders any child controls.