1.取出textbox的text值
2.把值放到数组中 下面是最常用的
string[] a =new string[5] ; a[0] = "a ";
List
ICollection
System.Collections.Hashtable c = new System.Collections.Hashtable();
c.Add("cKey", "cValue");
string[] s=new string[]{"textbox1.text()","textbox2.text()"}
textbox中的数据是个字符串,需要传输到什么样的数组中?