jhcoelho
Member
- Joined
- Mar 14, 2023
- Messages
- 6
- Programming Experience
- Beginner
I have 6 checkboxes, limited to a maximum of 3 choices, now I want to transfer these choices to a new form. if i use:
//Session["hobbies1"] = cbx1.Text, 2,3,...,
passes all the checkboxes, but I only want the ones that were selected. how to make?
//Session["hobbies1"] = cbx1.Text, 2,3,...,
passes all the checkboxes, but I only want the ones that were selected. how to make?