<asp:CheckBoxList ID="nationality_chk" runat="server" RepeatDirection="Horizontal">
<asp:ListItem>Indian</asp:ListItem>
<asp:ListItem>Foreigner</asp:ListItem>
</asp:CheckBoxList>
i have to select one value from the list and store that value to database
im getting error while parsing the value
how to do this..