I am working in SL version 2.0
I have 3 radio buttons in a group and 3 user controls that I want to load based on the selection of the radio button. How can this be done? What options do I have?
I was thinking about adding the user controls in the same xaml file as the radio buttons, and make them all invisible. Then on the code behind depending on the selection of the radio buttons make them visible.
Is that the only solution or is there a more effective way to do this?
Thanks in advance.