ASP.Net parameters

  • Thread starter Thread starter Big E
  • Start date Start date
B

Big E

I have a listbox on a ASP.Net form. The listbox contains all the communities
that belong to this record. I've been trying to create a stored procedure
that will look up values in a table bases on the contents of the listbox.
The problem is that I only have one parameter called @communities but there
are several communities. The parameter only does one community.
My statement should look like this SELECT * From Table where Communities =
@Communities.
But only one community goes into the sp.

Thanks.

Big E
 
Back
Top