protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Cells[2].BackColor = System.Drawing.Color.Red; } }
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend