我在写程序的时候动态的加载了几组RadioButton控件到页面上,
是用RadioButton rdb_Finish=new RadioButton 语句的.
然后我想把各个RadioButton控件的状态添加到数据库中
首先要获得控件的状态,我用了(RadioButton)Form1.findcontrol(RadioButton控件的ID),但是运行到这句的时候却显示错误,为什么啊
难道是找不到这个控件?