Click or drag to resize

TemplatedDropDownListRender Method

Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
protected virtual void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The HtmlTextWriter object that receives the server control content.
Remarks