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
Configuring Exchange Mail on Ipad
stop error oxoooooo7b(OxF78D2524,OxC0
000034 will not load XP setup!!!!!!!
Ubuntu default chat client logs
Check to see if a table has a certain value, MS Access 2003
Cisco 870 Series, Site-to-Site VPN only allowing traffic one way.
Disable IPv6 Exchange 2010
Array Controller got crashed after replacement of battery..
simple math programming question
diff between cfgmgr -v and cfgmgr -v fcs0 and fcs1...
correct syntax for a switch statement in crystal 2008