[MonoDevelop] ASP.net repeater template

Andrew York andy at brdstudio.net
Fri Jan 27 16:13:04 UTC 2012


Fixed? The table tag goes outside the repeat in the MS version as well, 
unless it is a nested table in which case it would normally go in the 
item template section. Of course I may not understand the way you are 
using it but what I understand to be standard usage is the table tags 
are outside the repeater because they are not to be repeated.

Forgive me i I simply don't understand your problem.


On 1/27/2012 10:13 AM, Kim Rasmussen wrote:
> 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
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20120127/3309a91b/attachment.html>


More information about the Monodevelop-list mailing list