S
shahzad
i have 2 user controls and a html table with 3 rows
when i put header and footer in 1st and 3rd row
respectively it never gets rendered acordingly
it always shows footer over header that is in 1st row
according to someone's advice i have removed all style
attributes from user control 3 and from table as well but
never worked...wats the solution
here is the code
<body >
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" border="0">
<TR>
<TD vAlign="baseline" align="center" style="HEIGHT:
29px">
<uc1:header id="Header1"
runat="server"></uc1:header></TD>
</TR>
<TR>
<TD valign="baseline" style="HEIGHT:
337px">sdasdaaasdassdasdasdasdasds</TD>
</TR>
<TR>
<TD align="center" valign="bottom">
<uc1:footer id="Footer1" runat="server"></uc1:footer></TD>
</TR>
</TABLE>
</form>
</body>
when i put header and footer in 1st and 3rd row
respectively it never gets rendered acordingly
it always shows footer over header that is in 1st row
according to someone's advice i have removed all style
attributes from user control 3 and from table as well but
never worked...wats the solution
here is the code
<body >
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" border="0">
<TR>
<TD vAlign="baseline" align="center" style="HEIGHT:
29px">
<uc1:header id="Header1"
runat="server"></uc1:header></TD>
</TR>
<TR>
<TD valign="baseline" style="HEIGHT:
337px">sdasdaaasdassdasdasdasdasds</TD>
</TR>
<TR>
<TD align="center" valign="bottom">
<uc1:footer id="Footer1" runat="server"></uc1:footer></TD>
</TR>
</TABLE>
</form>
</body>