[MonoDevelop] ASP.net repeater template

Kim Rasmussen kimr1508 at gmail.com
Fri Jan 27 15:13:06 UTC 2012


Hi,

When developing asp.net pages with Monodevelop a really annoying bug is 
the validation of asp:repeater elements.

The example below is marked as an error by the compile validator:
<asp:repeater id="rpTest" runat="server">
<headertemplate>
<table>
</headertemplate>
<itemtemplate>
<tr><td>Test</td></tr>
</itemtemplate>
<footertemplate>
<table>
</footertemplate>
</asp:repeater>

So in order to make this html work, I have to move the table-tag outside 
of the asp:repeater.

Is there a way to fix this? Or at least to turn off the compile validator?


Best regards,
Kim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20120127/c47d5d7d/attachment.html>


More information about the Monodevelop-list mailing list