protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow) { if (e.Row.Cells[1].Text == "ANTON") { e.Row.Cells[1].Style.Add("background-color","red"); } }}
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend