HtmlInputRadioButton
Working with HtmlInputRadioButton
An HtmlInputRadioButton control creates a single radio button input field. Setting the Name
attribute the same way on each radio button forms a group in which only one radio button can be selected at a time.
The selected state must be tested on the individual radio buttons, however.
The following sample illustrates using the HtmlInputRadioButton control.
Copyright 2001 Microsoft Corporation. All rights reserved.