Why doesnt work the code below?
<asp:Repeater ID="repNieuwsbriefItems" runat="server">
<ItemTemplate>
<%# if(Eval("Style").ToString() == "0")
With a <% it works, but then i can't use the Eval to get the item from the datasource...
...
Go to the complete details ...