索引超出范围。必须为非负值并小于集合大小。参数 index
行 83: for (int i = 0; i <= this.GridView1.Rows.Count; i++)
行 84: {
行 85: CheckBox cb = (CheckBox)this.GridView1.Rows[i].FindControl("CheckBox1");
行 86: if (cb.Checked)
行 87: {
这样写有错吗?应该没有问题啊,不知道哪里错了·谢谢·
2010-01-14 14:32
2010-01-14 14:41

2010-01-14 15:17
2010-01-14 15:43