If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > pass multiple values for the same parameter

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-18-05, 10:27
donaldt donaldt is offline
Registered User
 
Join Date: Jan 2002
Location: Nottingham - UK
Posts: 113
pass multiple values for the same parameter

Hello folks

Im trying to pass multiple values in a querystring for the same parameter....

Is there an easy way to do this ?

Here's my attempt which is clearly not right !

http://www.mywebsite/collectionLS.as...oup+commercial property"

Any help appreciated.

Donald
Reply With Quote
  #2 (permalink)  
Old 10-19-05, 19:12
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
you'd have to have something like this...

http://www.mywebsite/collectionLS.asp?PubGroup=commercial|personal

or

http://www.mywebsite/collectionLS.as...rcial,personal

then get you collectionLS to split on the | or comma (depending on what you are using) to get the individual values...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On