aspx page
<asp:CheckBoxList ID="CheckBoxList1" runat="server">
<asp:ListItem>Veggie Cheese Burger </asp:ListItem>
<asp:ListItem>BBQ Chicken Burger </asp:ListItem>
</asp:CheckBoxList></h5>
I tried below code in aspx.vb file but didn't work. It just stores the first checked values. I am struggling to store multiple values
Session("ptb") = CheckBoxList1.SelectedItem.Text