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