protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { //Condition here e.Row.BackColor = System.Drawing.Color.Red; }
Definition of insanity:Doing the same think over & over again expecting different results
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { //Condition here e.Row.BackColor = System.Drawing.Color.Red; }
Definition of insanity:Doing the same think over & over again expecting different results