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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top