Fusion8 Design Relational ListControl Class Library

RelationalDropDownList.OnPreRender Method 

[This is preliminary documentation and subject to change.]

Overrides OnPreRender to register the client script for the RelationalDropDownList.

[Visual Basic]
Overrides Protected Sub OnPreRender( _
   ByVal e As EventArgs _
)
[C#]
protected override void OnPreRender(
   EventArgs e
);

Parameters

e
An EventArgs class.

Remarks

As implemented, this method registers the client script by calling the RegisterClientScript method.

See Also

RelationalDropDownList Class | Fusion8Design.WebControls.UI Namespace