Web developers can use the RadioButtonList control as a single-selection radio button group that can be dynamically generated through data binding. The control contains an Items collection with members that correspond to individual items on the list. To determine which item is selected, the SelectedItem property of the list must be tested.
Web developers can determine the rendering of …