Hey guys
I am having a problem trying to implement this particular feature on my asp page. I have an html table which basically reads fields off a database. I have a field called "test status" (which is basically: <td class="tdcell"> <%=rs("rStatus" )%> where rStatus is my database column) I have 4 different statuses and for each status I want a different colour.
For example, suppose the user says that the test status is complete (i have an implementation which allows the user to change the test status.), i want that particular cell to be turned green, so on for each diff status (for example, pending should be red etc)
It would be great if i could get some help from you guys as to how to go about doing this!
I am having a problem trying to implement this particular feature on my asp page. I have an html table which basically reads fields off a database. I have a field called "test status" (which is basically: <td class="tdcell"> <%=rs("rStatus" )%> where rStatus is my database column) I have 4 different statuses and for each status I want a different colour.
For example, suppose the user says that the test status is complete (i have an implementation which allows the user to change the test status.), i want that particular cell to be turned green, so on for each diff status (for example, pending should be red etc)
It would be great if i could get some help from you guys as to how to go about doing this!
Comment