JavaScript Editor jscript editor     Web designer 



Main Page

You can use two types of Web server controls to add radio buttons to a Web Forms page: individual RadioButton controls or a RadioButtonList control. Both controls allow users to select from a small set of mutually exclusive, predefined choices. The controls allow you to define any number of radio buttons with labels and to arrange them horizontally or vertically.

NoteNote

You can also use the HtmlInputRadioButton server control to add radio buttons to a Web Forms page.

NoteNote

If you want to present users with a longer list of options or a list that might vary in length at run time, use a ListBox or DropDownList Web server control.

Expand imageRadioButton Control vs. RadioButtonList Control

Expand imageGrouping Radio Buttons

Expand imageRadioButton Events

Expand imageBinding Data to the Control

Expand imageSee Also



JavaScript Editor jscript editor     Web designer