cell color in datagridview depending on the value?

nutsxiera

Member
Joined
Aug 5, 2010
Messages
7
Programming Experience
1-3
i'm new in vb.net and i need help.

currently, i'm doing a web based system that will trigger an alert. it change a certain cell in gridview to red color depending with the condition given.

as example, the first alert will be trigger if there is any values that are below 5.
so all box in the datagridview that contains value less than 5 will change to red color.

can anyone help me? :confused:

thnx in advance :eek:
 
Back
Top