Hi everyone,
I am using SQL Server 2005 and I've created 2 tables - Orders and OrderItems
and so for each order I have
multiple order items.
So far I can select 3 of the orderitem details : Menu item, quantity and
comments and save it into a list box . I also have Order ID and OrderItem ID
but these 2 are outside the lsit box. I am using a Stored Procedure to add
order item into the table but When I try to get the list box values, it
doesn't work. I don't get an error but it doesn't do anything

(
How can I get some values from the list box and combine with other parameter
to insert data into a table using C# and stored procedures ??
I am really confused and would appreciate some help. Urgent please..
Kind regards,
Hezal.