I would like to be able to use the ASP.Net Repeater control to create an HTML Table that has three columns and as many rows as necc.
For example if the Data were to
<%# (Container.ItemIndex + 3) % 3 == 0 ? "" : string.Empty%> <%# (Container.ItemIndex + 3) % 3 == 2 ? "" : string.Empty%>