Hi, can you show me the sample of the nice css that i can apply to the repeater for the alphabet paging? Thank you.
<asp:Repeater ID="rptAlphabets" runat="server"
>
<ItemTemplate>
<asp:LinkButton ID="lnkAlphabet" runat="server" Text='<%#Eval("Value")%>' OnClick="Alphabet_Click"
Enabled='<%# Eval("isNotSelected")%>' />
<br />
</ItemTemplate>
</asp:Repeater>