对于CheckBox是动态生成的(如从数据源中读取)
1、将CheckBox的AutoPostback属性设为true;
2、状态改变了就遍历一次,记下状态,放入一个集合中(如HashTable);
再作处理