The members of System.Web.UI.HtmlControls.HtmlInputRadioButton are listed below.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlInputControl
Initializes a new instance of the System.Web.UI.HtmlControls.HtmlInputRadioButton class. |
Checked | bool.
Gets or sets a value indicating whether the System.Web.UI.HtmlControls.HtmlInputRadioButton control is selected. | |
override | Name | string.
Gets or sets the name of the group that the instance of the System.Web.UI.HtmlControls.HtmlInputRadioButton class is associated with. |
override | Value | string.
Gets or sets the value associated with the System.Web.UI.HtmlControls.HtmlInputRadioButton control. |
LoadPostData(string, System.Collections.Specialized.NameValueCollection)
| ||
override | OnPreRender(EventArgs)
| |
OnServerChange(EventArgs)
| ||
RaisePostDataChangedEvent()
| ||
override | RenderAttributes(System.Web.UI.HtmlTextWriter)
|
ServerChange |
Occurs when the value of the HtmlInputRadioButton.Checked property of the System.Web.UI.HtmlControls.HtmlInputRadioButton control changes between posts to the server. |