S
Shawn
Hi.
I have an asp:table, like this:
<asp:Table runat="server" id="Table1">
<asp:TableRow Runat="server">
<asp:TableCell id="tc1" Runat="server"> </asp:TableCell>
<asp:TableCell id="tc2" Runat="server"> </asp:TableCell>
</asp:TableRow>
</asp:Table>
How can I add a background image to the TableCells from code behind?
Thanks,
Shawn
I have an asp:table, like this:
<asp:Table runat="server" id="Table1">
<asp:TableRow Runat="server">
<asp:TableCell id="tc1" Runat="server"> </asp:TableCell>
<asp:TableCell id="tc2" Runat="server"> </asp:TableCell>
</asp:TableRow>
</asp:Table>
How can I add a background image to the TableCells from code behind?
Thanks,
Shawn