Hello:<asp:CheckBoxList ID="chkAccessRights" TabIndex="8" runat="server" Width="194px">
<asp:ListItem Text="Change Users" Value="ChangeUser"></asp:ListItem>
<asp:ListItem Text="User Profile page" Value="UserProfilePage"></asp:ListItem>
</asp:CheckBoxList>
The code above ia a CheckBoxList, So the items appear as a list one below the other, with a chekbox on it's left and a dot on the left of the checkbox.
Would it be possible to get rid of <ul> native dots, in the checkboxlist?
If so please help with syntax. I hope I was clear with the question.
Thanks for your support.
View Complete Post