listbox and sql stored procedure
From: John (stomss2003_at_yahoo.com)
Date: 06/30/04
- Next message: Sam: "forms authentication automatic logout without timers?"
- Previous message: M. Zeeshan Mustafa: "Re: app lease/licensing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 30 Jun 2004 16:32:06 +0100
Hi,
First of all sorry for my not perfect english.
I've got listbox in my .aspx page where the users can make multiple
selection.
So, Users can select 7 items in listbox, I have to take value from items and
pass it to stored procedure to delete 7 rolls in my table. Thats simple,
but what if user select 3 or 30 items in listbox? The problem is that I dont
know the number of the parameters, and how to pass them. can I use array
or is there some different solution?
Of course I can take the collection of items and for every item, I can call
stored procedure, but this is no good in performance reason.
Please help me
- Next message: Sam: "forms authentication automatic logout without timers?"
- Previous message: M. Zeeshan Mustafa: "Re: app lease/licensing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|