This is for a winform vb.net 2008 app. I\'m bringing data back from a database and based on some static conditions... i want to change the color of the background and the t
I got it working... in the RowPostPaint event.. If I put in
RowPostPaint
if (my criteria here) Me.dgTableInfo.Rows(e.RowIndex).Cells("ColumnName").Style.BackColor = Color.Red end if