How do I change the order in this file? I've tried changing the ListItem value, and I've tried altering the file like this:
<asp:CheckBoxList ID="chkCanadaPostShipping" runat="server" CssClass="SmithProdText">
<asp:ListItem Value="106" Text="Light Packet Surface" />
<asp:ListItem Value="105" Text="Small Packet Surface" />
<asp:ListItem Value="104" Text="Small Packet Air" />
<asp:ListItem Value="103" Text="Regular Parcel" />
<asp:ListItem Value="102" Text="Expedited Parcel" />
<asp:ListItem Value="101" Text="Xpresspost" />
<asp:ListItem Value="100" Text="Priority" />
</asp:CheckBoxList>
I've tried re-ordering in both of these ways, as well as combinations of both and I have noticed no change on the site. Please advise.