simpleonline
Active member
- Joined
- Sep 13, 2011
- Messages
- 33
- Programming Experience
- Beginner
Hey guys I've never really attempted to do this so I search around a bit but haven't really found anything useful on this topic.
I have a checkedlistbox with about 1000 checkedboxes inside. The user will select which checkedboxes they wish to have assigned to their profile and hit the save button.
What I'm trying to do is to get those values saved into the database. I understand that the type for checkedlistedboxes are boolean so the value would be true or false and the database value would be "bit?" which is 0 = false and 1 = true.
Let's say that one of the checkedboxes is called "Dinner" and it's going to be checked.
How do I enter this true value into my database so when I open that profile down the road I can see that they chose to have Dinner as one of their options?
Thanks
I have a checkedlistbox with about 1000 checkedboxes inside. The user will select which checkedboxes they wish to have assigned to their profile and hit the save button.
What I'm trying to do is to get those values saved into the database. I understand that the type for checkedlistedboxes are boolean so the value would be true or false and the database value would be "bit?" which is 0 = false and 1 = true.
Let's say that one of the checkedboxes is called "Dinner" and it's going to be checked.
How do I enter this true value into my database so when I open that profile down the road I can see that they chose to have Dinner as one of their options?
Thanks