摘要:
1、protected void gvdegreetype_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor='... 阅读全文
posted @ 2008-06-04 03:14
Eric.Wang
阅读(197)
评论(0)
推荐(0)