Click or drag to resize

BndLkupCompositeRender Method

Called during Render() and provided for the derived class to override instead of the derived class overriding Render(). The CompositeControlBase implementation is empty. The derived class should override this method and implement its Render() in the override.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override void CompositeRender(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The write to which to output HTML.
See Also