adding checkbox to a combobox
- by Radhe
I want to add check boxes inside a combo box and then use the values of the checked boxes in my sql query.
Also I need to append the checked values to an array and then use the elements of that array in my sql query.
How can I proceed?