WebUpdateDisplay.RenderContents Method
Renders the contents of the control to the specified writer. This method is used primarily by control developers.
[Visual Basic]
Overrides Protected Sub RenderContents( _
ByVal writer As HtmlTextWriter _
)
[C#]
override protected void RenderContents(
HtmlTextWriter writer
);
Parameters
writer
A Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
See Also
WebUpdateDisplay Class | WebUpdateDisplay Members | Kjs.AppLife.Update.Web Namespace