1
Reply

Passing String from Multiple Selection List Box

Matthew

Matthew

Jul 31 2007 7:03 PM
2.5k
Hello All,

I have been stumped for a couple days on something. Working in Visual Studio 2005 C#, I have a list box(Multiple Selection) that is generated from from a SQL2005 Datasource. I want to select multiple entries from the list box and pass them or it(@Name) to a stored procedure that in turn passes back to a Data Grid.

Everything is working fine except that it only grabs the top selection from the list box.

Can someone help me out or point me in the right direction for this?

Thanks,

Matt

Answers (1)