View Single Post
  #1 (permalink)  
Old September 10th, 2008, 08:36 PM
Nuwang Nuwang is offline
Registered User
 
Join Date: Apr 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default how data grid of vb.net add cell color

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