M
mcolson
I have a table1 within a table2 within a form. I would like to
progamatically change the color of table1 in my aspx.vb code based on
conditions. How do I connect to the table's properties?
<form id="form1" runat="server">
<div>
<table class="style1">
<tr>
<td>
<table class="style1">
<tr>
<td style="background-color: #009900">
<<----- I neeed to change this.
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
</div>
</form>
progamatically change the color of table1 in my aspx.vb code based on
conditions. How do I connect to the table's properties?
<form id="form1" runat="server">
<div>
<table class="style1">
<tr>
<td>
<table class="style1">
<tr>
<td style="background-color: #009900">
<<----- I neeed to change this.
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
</div>
</form>