Click or drag to resize

AjaxControlManagerRenderControl Method (Control, Control, HtmlTextWriter)

Renders the given control by using the given text writer.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public void RenderControl(
	Control control,
	Control container,
	HtmlTextWriter writer
)

Parameters

control
Type: System.Web.UIControl
Control to render.
container
Type: System.Web.UIControl
Control container.
writer
Type: System.Web.UIHtmlTextWriter
An instance of HtmlTextWriter object that writes control output.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontrol or writer is null.
Remarks