How do i set colors for rows in a dataGridView control?
Hi,
I have a datagridview control that has the following columns, CustID, CustName, CustDOB, CustCreditNo, isPayDue.
I need to set Color "Red" to all the rows that has the value "Y" to the column "IsPayDue",
how do i do this?
TY In advance