ABinBoston
Programmer
I have a list of "tasks" that displays in a table on an ASP page.
I'd like to use 3 small icons, one if the status of the task is "pending", another if the status is "completed" and another is the status is "reassigned". The status is based on a field in the recordset named "taskstatus"
basically, I'd like to say if taskstatus = pending, show pending.gif, elseif taskstatus = complested, show else complested.gif and so on as the table is generated.
I have seen this on some mesageboards, but cannot figure it out.
Thanks!
I'd like to use 3 small icons, one if the status of the task is "pending", another if the status is "completed" and another is the status is "reassigned". The status is based on a field in the recordset named "taskstatus"
basically, I'd like to say if taskstatus = pending, show pending.gif, elseif taskstatus = complested, show else complested.gif and so on as the table is generated.
I have seen this on some mesageboards, but cannot figure it out.
Thanks!