|
A question was brought up at tonight's meeting concerning different behavior in .NET 2.0 for radio buttons on a form. The member had done the following:
- Placed a panel on a form
- Placed 2 radio buttons on the panel
- Set the Checked property to false on both radio buttons
When the program was run, one of the radio buttons was selected. This behavior is different than in .NET 1.1, where no button would be selected.
The member worked around the "problem" by adding a 3rd radio button, making it invisible and setting it's checked property to true.
|