Hi! I want to shift the items in the checkboxlist randomly during page load. Can anyone tell me the direction I should head toward? Thanks!
<p>
4. If stuck by a needle, one should:
<asp:CustomValidator ID="CustomValidator4" ErrorMessage="*" ForeColor="Red" ClientValidationFunction="ValidatechkQ4"
runat="server" />
<asp:CheckBoxList ID="ChkQ4" runat="server" AutoPostBack="True">
<asp:ListItem Value="a">Rinse the site with water and not tell anyone</asp:ListItem>
<asp:ListItem Value="b">Wash site with soap and water and immediately report the incident to the facility supervisor</asp:ListItem>
<asp:ListItem Value="c">Squeeze the needle stick area until the site bleeds</asp:ListItem>
<asp:ListItem Value="d">Go directly to the facility lab to have laboratory tests completed</asp:ListItem>
</asp:CheckBoxList>
</p>