摘要: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if((e.Row.RowState & DataControlRowState.Edit) != 0 && e.Row.RowType == DataControlRowType.DataRow) { Label... 阅读全文
posted @ 2009-11-11 15:20 清凉的风/2.0 阅读(511) 评论(0) 推荐(0)