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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top