摘要:
添加鼠标移动事件:protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Attributes["style"] = "Cursor:hand;"; //e.Row.Attributes["onmouseover"] = "this.name=this.style.backgroundColor;this.sty 阅读全文
posted @ 2011-10-12 21:28
牧马
阅读(418)
评论(0)
推荐(0)
浙公网安备 33010602011771号