Microsoft
Software
Hardware
Network
Question : How to change td bgcolor based on database result returned
<td><%=rs("Red")%></td>
I would like the td bgcolor change to red, when <%=rs("Red")%> returns number 1.
If the returned value is else than 1, I'd like the td bgcolors be white, or no color at all.
Can anyone please help me with this? Thank you very much.
Answer : How to change td bgcolor based on database result returned
I was playing with it and finally I found the solution:
<%If rs("Red") =1 Then %>
<td align="center" bgcolor="red"> </td>
<%Else%>
<td bgcolor="white"> </td>
<%End If%>
Random Solutions
need drivers for these printers, for server 2008 R2 x64
VMWare converter ?
EIGRP Feasibility Condition
Upgrading from Windows 7 Home Ultimate to a professional version - how?
Could Linkserver provide me DB schema?
Software to manage file sharing
General question regarding Anti-Virus, anti-malware on LAN
Server 2008 NLB problem
How to Populate a ListBox Control with Values from an Access Database Table
Exchange 2007 OWA causes 2 audit failures on failed login attempt