摘要: //在GV1_DataBound事件中加上: protected void GV1_DataBound(object sender, EventArgs e) { try {for (int j = 0; j " + GV1.Rows[j].Cells[i].Text + ""; } } }catch{}} 阅读全文
posted @ 2014-01-12 12:22 BB林业 阅读(223) 评论(0) 推荐(0) 编辑