J
Julien Sobrier
Hello,
I would like to skip the display of some items of a repeater. I think I
need to do something like this:
<asp:Repeater ...>
<ItemTemplate>
<% if (a == b) { %>
...
<% } %>
</ItemTemplate>
</asp:Repeater>
But I can't find out the exact syntax, or if there is a better way to do
that.
Thank you
Julien
I would like to skip the display of some items of a repeater. I think I
need to do something like this:
<asp:Repeater ...>
<ItemTemplate>
<% if (a == b) { %>
...
<% } %>
</ItemTemplate>
</asp:Repeater>
But I can't find out the exact syntax, or if there is a better way to do
that.
Thank you
Julien