Hi,
I have a list of items that I want my users to be able to select multiple values from. I've set the list up no probs, and use the Multiple attribute to allow mulitple selections.
The question I have is how do I retrieve these values?.
Using the get method I get a querystring that looks like this in the address bar, where lstOutpost is the name of the Select box.
If I do a Outpost = request.querystring("lstOutpost" what value will be assigned to my variable Outpost?
Do I need to manually parse the querystring?...
How would it work using the Post method?
Any help greatly appreciated.
David )
I have a list of items that I want my users to be able to select multiple values from. I've set the list up no probs, and use the Multiple attribute to allow mulitple selections.
The question I have is how do I retrieve these values?.
Using the get method I get a querystring that looks like this in the address bar, where lstOutpost is the name of the Select box.
If I do a Outpost = request.querystring("lstOutpost" what value will be assigned to my variable Outpost?
Do I need to manually parse the querystring?...
How would it work using the Post method?
Any help greatly appreciated.
David )