Buenas tardes a todos, necesito ayuda en hacer un fondo para una fila de acuerdo a el status (esta grabado en una tabla de sql). por ejemplo para status 1 amarillo, 2 rojo y 3 verde
Agradecere sus respuestas.
Saludos!!!
Anexo parte de la tabla
<tr>
<td align="left" width="162" height="21">Recepcion Mercancia
</td>
<td align="left" width="55" height="21"> <% Response.Write LeeCampotexto(rcsEntradasStatus("RecepcionMercanci a"))%>
</td>
<td align="left" width="140" height="21">Fecha Recepcion
</td>
<td align="left" width="114" height="21"><% Response.Write LeeCampotexto(rcsEntradasStatus("FechaRecepcionMer cancia") ) %>
</td>
<td align="left" width="83" height="21">Comentarios:
</td>
<td align="left" width="303" height="21"><% Response.Write LeeCampotexto(rcsEntradasStatus("TextoRecepcionMer cancia") ) %>
</td>
</tr>