GridView技巧收集
摘要:
1.高亮显示GridView当前行 protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attribut... 阅读全文
posted @ 2006-05-16 10:06 ghx88 阅读(227) 评论(0) 推荐(0)
浙公网安备 33010602011771号