foreach (Control control inthis.groupBox2.Controls) { if(control is TextBox) { if(control.Name !="text_JSBS") { control.Text ="0.00"; } } }
以上代码是批量 修改 groupbox2里面的TextBox值