Hi,
I have a database table Files with a column Validated type of bit. Default is 0 and when a file is validated the column turn to 1.
In my app I have two discs, a red one for 0 and a green for 1, so I would like to display the disc in a Winform datagrid witch color will depend on that column value.
Thanks in advance,
Jose