protected void GridView1_RowDataBound(object sender,GridViewRowEventArgs e) { foreach(TableCell tc in e.Row.Cells) { tc.Attributes["style"]="border-color:red"; } }