html table inside repeater

  • Thread starter Thread starter JohnZing
  • Start date Start date
J

JohnZing

Hi,
why visual studio does not like this

<HeaderTemplate>
<table>
</HeaderTemplate>

<ItemTemplate>
<tr><td>
some data here
</td></tr>
</ItemTemplate>

<FooterTemplate>
</table>
</FooterTemplate>

It works, but I get lots of warnings in Vstudio editor and VS changes all
my html code position.

Thank you
 
It works, but I get lots of warnings in Vstudio editor and VS changes all
my html code position.

because the VS editor is rather Rubbish and needs to be fixed.
 
Back
Top