How to save selected values in Combo box to somewhere in db for later use?

0
How to save selected values in Combo box to somewhere in db for later use?
asked
1 answers
0

Depending on what you're showing in the combobox, you're changing an association, a boolean or an enumeration of a specific entity. To save whatever is selected, just commit the entity in question and that'll save the values in their appropriate places.

answered