Easy Tutorial
❮ Prop Webcontrol Panel Wrap Aspnet Ref Webcontrols ❯

ASP.NET RadioButtonList Control



Definition and Usage

The RadioButtonList control is used to create a group of radio buttons.

Each option in the RadioButtonList control is defined by a ListItem element.

Tip: This control supports data binding!


Properties

Property Description .NET
CellPadding The number of pixels between the border and the content of the cell. 1.0
CellSpacing The number of pixels between table cells. 1.0
RepeatColumns The number of columns to use when displaying the radio button group. 1.0
RepeatDirection Specifies whether the radio button group should be repeated horizontally or vertically. 1.0
RepeatLayout The layout of the radio button group. 1.0
runat Specifies that the control is a server control. Must be set to "server". 1.0
TextAlign Specifies on which side of the radio button the text should appear (left or right). 1.0

ListControl Standard Properties

The ListControl control covers all the base functions for list controls. Controls that inherit from this control include the CheckBoxList, DropDownList, ListBox, and RadioButtonList controls.

For a complete description, visit ListControl Standard Properties.

Web Control Standard Properties

For a complete description, visit Web Control Standard Properties.

Control Standard Properties

For a complete description, visit Control Standard Properties.


Example

RadioButtonList


❮ Prop Webcontrol Panel Wrap Aspnet Ref Webcontrols ❯