System.Web.UI.HtmlControls.HtmlInputRadioButton: Method Members

The methods of System.Web.UI.HtmlControls.HtmlInputRadioButton are listed below. For a list of all members, see the HtmlInputRadioButton Members list.

See Also: Inherited members from System.Web.UI.HtmlControls.HtmlInputControl

Protected Methods

LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool

Processes the postback data for the System.Web.UI.HtmlControls.HtmlInputRadioButton control.

override
OnPreRender(EventArgs)

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

OnServerChange(EventArgs)

Raises the HtmlInputRadioButton.ServerChange event. This allows you to create a custom event handler when the event is raised.

RaisePostDataChangedEvent()

Calls the HtmlInputRadioButton.OnServerChange(EventArgs) method to signal the System.Web.UI.HtmlControls.HtmlInputRadioButton control that the state of the control has changed.

override
RenderAttributes(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.HtmlControls.HtmlInputRadioButton control attributes to the specified System.Web.UI.HtmlTextWriter object.