System.Web.UI.HtmlControls.HtmlInputRadioButton.OnPreRender Method

Raises the System.Web.UI.Control.PreRender event and registers the System.Web.UI.HtmlControls.HtmlInputRadioButton control as one that requires postback handling.

Syntax

protected override void OnPreRender (EventArgs e)

Parameters

e
A EventArgs that contains the event data.

Remarks

The HtmlInputRadioButton.OnPreRender(EventArgs) method is called just prior to rendering the System.Web.UI.HtmlControls.HtmlInputRadioButton control.

The HtmlInputRadioButton.OnPreRender(EventArgs) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlInputRadioButton control.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0