M
Max
For some reason Style is read-only, so this wont work? I was hoping I could
change the style:
<asp:TableCell style="background-image:url(images/header_bottombg.gif)"
Wrap="false" HorizontalAlign="Left" ID="tcMenu1">
tblMenuRow.Cells.Item(1).Style =
"background-image:url(images/header_bottombg.gif)"
Anyway to do this?
-Max
change the style:
<asp:TableCell style="background-image:url(images/header_bottombg.gif)"
Wrap="false" HorizontalAlign="Left" ID="tcMenu1">
tblMenuRow.Cells.Item(1).Style =
"background-image:url(images/header_bottombg.gif)"
Anyway to do this?
-Max