Forum Moderators: open

Message Too Old, No Replies

checkbox list

how do I see multiple options

         

hal12b

8:13 pm on Aug 9, 2010 (gmt 0)

10+ Year Member



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>

marcel

4:57 am on Aug 10, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This should help you out:
[webmasterworld.com...]

hal12b

1:18 pm on Aug 10, 2010 (gmt 0)

10+ Year Member



Sweet. I converted it to VB here [developerfusion.com...]

All is good. Thanks!