Values from a ListBox
Hello,
I have a ListBox that displays permissions to the user. The user can select mulitple permissions from the list and then click save.
How do I get the Value of EACH SELECTED ITEM in the listbox to be writen to table with a insert query?
EX:
When the user clicks save the values are writtern to the userpermissions table, giveing that user certain rights in the database.
Thanks in advance,
Mark
|