Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have two radiobuttons, let's call them Radio1 and Radio2 .
Apart from the name, and from the fact that they belong to different groupboxes, they're identical.
Whenever I check Radio1 and read the "checked" state, it's always true,as I expect ;
whenever I uncheck it, and read the "checked" state, it's always false, as I expect it to be.
This is not true for Radio2 : whenever I check or uncheck Radio2 , I always read a "checked" state of true.
What's the reason for this absurd behaviour ?
Posted
Comments
Maciej Los 2-Apr-14 15:06pm    
WinForms? WebControls?
CHill60 5-Apr-14 10:08am    
You're sure you're checking (excuse the pun) the correct control? Post some code

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900