如何动态 向 Web 窗体页中的table单元格中添加 RadioButtonList Web 服务器控件,类似于考试系统的选项按钮如何动态 向 Web 窗体页中的table单元格中添加 RadioButtonList Web 服务器控件,类似于考试系统的选项按钮[解决办法]RadioButton rb= new RadioButton(); rb.ID = "rb1 "; this.form1.Controls.Add(rb);