hi,
I have data grid on my simple
vb.net 2005 program. my database is access.
Pls tell me how to add color on each cell with cell data details
eg:-
weight = 45 then red color cell
weight > 45 green
weight < 45 then yellow cell on one colomn
(weight is column name and that column records are numeric..45,50,30)
pls tell me how to do this:(
Nuwan