I have a VB.Net 2005 application in which I have a form that contains 2 sets of Radio buttons (2 Radio Buttons per set). A screenshot of the form is attached.

The values of these RDO's are "Yes" and "No" for each set. Each RDO is named separately. For the 1st set, I click either "Yes" or "No", however, when I click on the 2nd set...the value for the 1st set is removed. The object is that both sets contain either a "Yes" or "No" value. I set the values in the Click Event of each control. What am I doing wrong?

Thanks,