I'm using VB.Net and SQL Server 2005.
I have two Listboxes that users can select multiple values. Selection Mode =
Multiple.
Listbox1 has Customers
Listbox2 has Products
I would like users to select a Customer (single value) from Listbox1 and Products (Multiple values) from ListBox2
I need to insert the selected values into
the database like this:
John Shampoo
John Toothpaste
John ShowerGel
How can I Insert these values with a single Click event into the History table?
Thanks.
Whitaker
I have two Listboxes that users can select multiple values. Selection Mode =
Multiple.
Listbox1 has Customers
Listbox2 has Products
I would like users to select a Customer (single value) from Listbox1 and Products (Multiple values) from ListBox2
I need to insert the selected values into
the database like this:
John Shampoo
John Toothpaste
John ShowerGel
How can I Insert these values with a single Click event into the History table?
Thanks.
Whitaker
Comment