Hi I have a form I’m making where the person can check boxes to see which items they’ve already read. How do I save the checked boxes without going through some massive loop for each checkbox? (there are 66 boxes total).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t serialize forms. If you had a class running behind that tracked when check boxes where checked or unchecked you could serialize that. Then deserialize it to reconstruct the form.