Set a gridview's cell background color
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I need to set a perticular cell color. I know how to set the whole gridview background color or a row bkg color, but I dont know how to do it for a particular one...
GridView1.Rows[0].Cells[0].BackColor = System.Drawing.Color.Red; Hope this'll do the job.
-
I need to set a perticular cell color. I know how to set the whole gridview background color or a row bkg color, but I dont know how to do it for a particular one...