摘要:
在girdview中的RowDataBound事件中写下如下代码:protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attributes.Add("onmouseover", "currentcolor=this.style.backgroundColor;this.style.backgroundColor='yellow';&q 阅读全文
posted @ 2011-12-02 08:24
流浪浪
阅读(467)
评论(0)
推荐(0)
浙公网安备 33010602011771号