CHAN Reference
Chan Home | Reference Home | Event Firing Order | web.config
Controls.RadioGroup
- Name RadioGroup
- CSS Class N/A
- Type string
The RadioGroup is used to marshall a number of Radio controls. It does not output any HTML to the page but instead offers a Text property which returns the Text of the child Radio that is currently Checked. You do not need to create a RadioGroup when you are using Radio controls but if you do not you will have to check the Checked state of each in turn to determine which the user selected.