Is it possible to format the color of a specific cell based on the contents of the cell?
I have an .asp page that displays the results of a query. My "status" field can return a value of "PROD", "REJECT", or "HOLD".
What I'm attempting to do is to make the cell (or possibly row) a different color depending which of the three values in the "status" field is returned.
I'm not super familiar with .asp (I generally use it to update and retrieve data from a small table). Maybe this isn't an .asp question but javascript?
Thanks.
Brian
I have an .asp page that displays the results of a query. My "status" field can return a value of "PROD", "REJECT", or "HOLD".
What I'm attempting to do is to make the cell (or possibly row) a different color depending which of the three values in the "status" field is returned.
I'm not super familiar with .asp (I generally use it to update and retrieve data from a small table). Maybe this isn't an .asp question but javascript?
Thanks.
Brian