Inline IF statement for ItemIndex asp:Repeater VB.NET
I am trying to do an inline IF statement inside a asp:Repeater control to add a class to the first item, but I can't quite seem to figure it out. Basically the code I have right now that is not working but should give an idea of what I'm "trying" to do looks like this. <asp:Repeater ID="rptrTabRepeater" runat="server"> <Item...