QueryString - WeOnlyDo Discussion board

QueryString (General questions)

by Pedro A., Monday, August 02, 2004, 04:58 (7179 days ago)

Hi,
Continuing with my experiments, I've realized that when you select more than one value in a list, the querystring wrapper splits those values in several objects with the same name. I mean, when you send something like this:
http://server:port/page.htm?values=3,12,4,5
as the result from a multiple selection in a list box, the library creates as many User.Request.QueryString( values ) as values in the string (4 in this case).
Would it be possible to recover them as a single comma separated string, or I may parse it manually?
Thanks


Complete thread: