R
Rob Dob
The following code works fine when executed, however will not display
correctly within the VS2005 Designer, why is this? is this a bug? it
works fine in VS2003, If I move the ASP
anel to also contain the <TABLE
then everything displays correctly, but my orginal VS2003 code makes use of
panels to include or exclude html based upon there visible property. So Not
having support for this in VS2005 is a real pain.
**** DOES NOT WORK ****
<TABLE id="Table1" cellSpacing="0" cellPadding="1" width=706px
bgColor="#e4e5ef" border="0">
<asp
anel ID="Panel1" runat="server">
<TR>
<TD>
<h1>HEADING1</h1>
</TD>
</TR>
</asp
anel>
</TABLE>
**** DOES DOES WORK ****
<asp
anel ID="Panel1" runat="server">
<TABLE id="Table1" cellSpacing="0" cellPadding="1" width=706px
bgColor="#e4e5ef" border="0">
<TR>
<TD>
<h1>HEADING1</h1>
</TD>
</TR>
</TABLE>
</asp
anel>
correctly within the VS2005 Designer, why is this? is this a bug? it
works fine in VS2003, If I move the ASP

then everything displays correctly, but my orginal VS2003 code makes use of
panels to include or exclude html based upon there visible property. So Not
having support for this in VS2005 is a real pain.
**** DOES NOT WORK ****
<TABLE id="Table1" cellSpacing="0" cellPadding="1" width=706px
bgColor="#e4e5ef" border="0">
<asp

<TR>
<TD>
<h1>HEADING1</h1>
</TD>
</TR>
</asp

</TABLE>
**** DOES DOES WORK ****
<asp

<TABLE id="Table1" cellSpacing="0" cellPadding="1" width=706px
bgColor="#e4e5ef" border="0">
<TR>
<TD>
<h1>HEADING1</h1>
</TD>
</TR>
</TABLE>
</asp
