` element. In HTML, this element is used to create radio"> ` element. In HTML, this element is used to create radio" />
Easy Tutorial
❮ Aspnet Masterpages Prop Webcontrol Imagebutton Onclientclick ❯

ASP.NET HtmlInputRadioButton Control



Definition and Usage

The HtmlInputRadioButton control is used to control the <input type="radio"> element. In HTML, this element is used to create radio buttons.


Properties

Property Description
Attributes Returns all attribute names and value pairs of the element.
Checked Boolean value, specifies whether the element is checked.
Disabled Boolean value, indicates whether the control is disabled. Default is false.
id The unique ID of the element.
Name The name of the radio button group.
runat Specifies that the control is a server control. Must be set to "server".
Style Sets or returns the CSS properties applied to the control.
TagName Returns the tag name of the element.
Type The type of the element.
Value The value of the element.
Visible Boolean value, indicates whether the control is visible.

Example

HTMLInputRadiobutton


❮ Aspnet Masterpages Prop Webcontrol Imagebutton Onclientclick ❯