This method will run when either this is an initial hit, a conventional postback or for some other reasons (e.g. ForceAnUpdate) the control needs to render HTML instead of just changing the property values.

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
protected void RenderNonCallback(
	XhtmlTagFactory create
)
Visual Basic (Declaration)
Protected Sub RenderNonCallback ( _
	create As XhtmlTagFactory _
)

Parameters

create
Type: Gaia.WebWidgets.HtmlFormatting..::.XhtmlTagFactory
XhtmlTagFactory passed to use as basis for creating markup

See Also