datagridview
C#
4
Posts
3
Posters
0
Views
1
Watching
-
Hi I want to markup one of the rows of mydatagridview for example i paint one of the rows. what should i do?
-
Hi I want to markup one of the rows of mydatagridview for example i paint one of the rows. what should i do?
-
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