摘要:
protected void gvwInfo_RowDataBound(object sender, GridViewRowEventArgs e) { //判断是否是标题行 if (e.Row.RowType==DataControlRowType.DataRow) { if (!string.IsNullOrEmpty(e.Row.Cells[7].Text)&&!string.IsNullOrEmpty(e.Row.Cells[8].Text)) { string cell7 = e.Row.Cells[7].Text.ToString(); string cell8 = 阅读全文
posted @ 2013-05-03 18:22
落花〆、春雨鸣
阅读(237)
评论(0)
推荐(0)
浙公网安备 33010602011771号