J
Jan Eliasen
Hi
I have a .ascx with an .ascx.cs codebehind.
In my .ascx I have the folliwing;
<asp:table id="new_OuterTable">
<asp:TableRow ID="new_outerTableRow">
<asp:TableCell>
<img src="../ImagesForCode/space.gif">
</asp:TableCell>
<asp:TableCell ID="new_OuterTableRowCell2">
<IMG alt="Some text" src="../ImagesForCode/space.gif">
<br>
</asp:TableCell>
</asp:TableRow>
</asp:table>
And here I have another table. If I want this second table to appear
just below the Image in the second tablecell, then what do I do? I
want to do it in code, btw.
Any help?
I have a .ascx with an .ascx.cs codebehind.
In my .ascx I have the folliwing;
<asp:table id="new_OuterTable">
<asp:TableRow ID="new_outerTableRow">
<asp:TableCell>
<img src="../ImagesForCode/space.gif">
</asp:TableCell>
<asp:TableCell ID="new_OuterTableRowCell2">
<IMG alt="Some text" src="../ImagesForCode/space.gif">
<br>
</asp:TableCell>
</asp:TableRow>
</asp:table>
And here I have another table. If I want this second table to appear
just below the Image in the second tablecell, then what do I do? I
want to do it in code, btw.
Any help?