- groupName
- A string that is the name of the System.Web.UI.WebControls.RadioButton group to retrieve.
An ICollection of System.Web.UI.WebControls.RadioButton controls that make up groupName.
Radio button control adapters use the PageAdapter.GetRadioButtonsByGroup(string) and PageAdapter.RegisterRadioButton(System.Web.UI.WebControls.RadioButton) methods to reference the other System.Web.UI.WebControls.RadioButton controls in the group.