摘要://后台C#获取所有的所有控件textbhoxprotected void Button1_Click(object sender, EventArgs e) { Dictionary<String, String> list = new Dictionary<String, String>(); //获取窗口的所有textbox foreach (Control con in this.Form.Controls) { if (con is TextBox) { ...
阅读全文
posted @ 2012-12-05 17:58
浙公网安备 33010602011771号