用Panel或groupBox进行分组 1、WinForm只要放在同一个容器中的RadioButton就自动互斥,创建两个panel容器,分别放两个RadioButton就是两组。ASP.NET中,设置相同的GroupName属性就是一组。