摘要:
protected void gvTest_RowDataBound(object sender, GridViewRowEventArgs e) { //如果是绑定数据行 if (e.Row.RowType == DataControlRowType.DataRow) { //鼠标经过时,行背景色变 e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor='#E6F5FA'"); ... 阅读全文
posted @ 2014-03-20 15:36
Ziv_zhong
阅读(630)
评论(0)
推荐(0)