adding checkbox to a combobox
Posted
by Radhe
on Stack Overflow
See other posts from Stack Overflow
or by Radhe
Published on 2010-06-05T11:25:19Z
Indexed on
2010/06/05
11:32 UTC
Read the original article
Hit count: 239
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?
© Stack Overflow or respective owner