摘要:
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { System.Data.DataRowView dv = e.Row.DataItem as System.Data.DataRowView; e.Row.Cells[2].Text = status.ConvertKey... 阅读全文
posted @ 2012-04-26 15:30
深海大虾
阅读(985)
评论(0)
推荐(0)
浙公网安备 33010602011771号