I have a check box list and allow the user to select as many options as they want. Here is an example. the problem is when the results are emailed to me, I only see the first option they selected. How can I see all options they select? Thanks....
<asp:CheckBoxList ID="chkcarriersplan" runat="server" RepeatColumns="3"
Width="100%">
<asp:ListItem>Aetna</asp:ListItem>
<asp:ListItem>GHI</asp:ListItem>
<asp:ListItem>Atlantis</asp:ListItem>
<asp:ListItem>HIP</asp:ListItem>
<asp:ListItem>United Healthcare/Oxford</asp:ListItem>
<asp:ListItem>Emblem</asp:ListItem>
<asp:ListItem>Empire</asp:ListItem>
</asp:CheckBoxList>