摘要:
protected void gv_menu_RowDataBound(object sender, GridViewRowEventArgs e){if (e.Row.RowType == DataControlRowType.DataRow)//判定当前的行是否属于datarow类型的行{//当鼠标放上去的时候 先保存当前行的背景颜色 并给附一颜色e.Row.Attributes.Add("onmouseover", "currentcolor=this.style.backgroundColor;this.style.backgroundColor=' 阅读全文
posted @ 2012-01-13 16:07
宏宇
阅读(277)
评论(0)
推荐(0)