Hi friends,
I displayed some items on my dropdown list.And users are allowed to select multiple items in the drop box.
After that, If a button is clicked,
I have to execute a single sql code.
Say for eg,
update table_name set flag='y' where field_name='[Dropdown selected items]'
Please help.
Thanx in advance.. :-)