How can I group the radio buttons in Windows Form application (a lot like ASP.NET\'s radiobuttonlist!)?
So I can switch between each case chosen from the options.>
You should place all the radio buttons of the group inside the same container such as a GroupBox or Panel.