摘要: //鼠标移动表格行变色功能 protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { //首先判断是不是数据行 if (e.Row.RowType == DataControlRowType.Data 阅读全文