UpdatePanel::Render Method (HtmlTextWriter^)
.NET Framework (current version)
Raises the Render event.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
An HtmlTextWriter object that represents the output stream for rendering HTML content.
The Render method is used by control developers to extend the functionality of the UpdatePanel control.
The Render method writes the rendered content of the UpdatePanel control to the browser by using the supplied HtmlTextWriter object. When you override the Render method in a derived class, make sure to call the Render method of the base class so that the child controls of the UpdatePanel control are rendered.
.NET Framework
Available since 3.5
Available since 3.5
Show: