The HtmlInputRadioButton class defines the methods, properties, and events for the HtmlInputRadio control. This class allows programmatic access to the HTML <input type= radio> element on the server.
Object
Control
HtmlControl
HtmlInputControl
HtmlInputRadioButton
[Visual Basic] Public Class HtmlInputRadioButton Inherits HtmlInputControl Implements IPostBackDataHandler [C#] public class HtmlInputRadioButton : HtmlInputControl, IPostBackDataHandler [C++] public __gc class HtmlInputRadioButton : public HtmlInputControl, IPostBackDataHandler [JScript] public class HtmlInputRadioButton extends HtmlInputControl, IPostBackDataHandler
Web Forms developers can group radio buttons together by specifying a common Name attribute on each radio button control that they want to include in the group.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web.dll
HtmlInputRadioButton Members | System.Web.UI.HtmlControls Namespace