B
Big E
I'm using ASP.Net and SQL Server 2000.
I have a Listbox that users can select multiple values. Selection Mode =
Multiple.
The multiple values are associated with one record. I need to insert into
the database like this:
Erik San Diego
Erik San Francisco
Erik Sacramento
How can I find out what the selection value is if they picked more than one.
Thanks.
Big E
I have a Listbox that users can select multiple values. Selection Mode =
Multiple.
The multiple values are associated with one record. I need to insert into
the database like this:
Erik San Diego
Erik San Francisco
Erik Sacramento
How can I find out what the selection value is if they picked more than one.
Thanks.
Big E