dbTalk Databases Forums  

Using stored procedures to get list box values

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss Using stored procedures to get list box values in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Hezal
 
Posts: n/a

Default Using stored procedures to get list box values - 03-31-2008 , 05:36 AM






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.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.