QueryString (General questions)
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:
- QueryString - Pedro A., 2004-08-02, 04:58
- Re: QueryString - wodSupport, 2004-08-02, 12:15
- Re: QueryString - wodSupport, 2004-08-02, 17:06
- Re: QueryString - Pedro A., 2004-08-02, 17:19
- Re: QueryString - Pedro.A, 2004-08-02, 17:20
- Re: QueryString - wodSupport, 2004-08-02, 17:22
- Re: QueryString - wodSupport, 2004-08-02, 17:24
- Re: QueryString - wodSupport, 2004-08-02, 17:30
- Re: QueryString - payensa, 2004-08-02, 17:31
- Re: QueryString - wodSupport, 2004-08-02, 17:37
- Re: QueryString - payensa, 2004-08-02, 17:38
- Re: QueryString - wodSupport, 2004-08-02, 17:45
- Re: QueryString - payensa, 2004-08-02, 17:52
- Re: QueryString - wodSupport, 2004-08-02, 23:52
- Re: QueryString - payensa, 2004-08-02, 17:52
- Re: QueryString - wodSupport, 2004-08-02, 17:45
- Re: QueryString - payensa, 2004-08-02, 17:38
- Re: QueryString - wodSupport, 2004-08-02, 17:37
- Re: QueryString - payensa, 2004-08-02, 17:31
- Re: QueryString - wodSupport, 2004-08-02, 17:30
- Re: QueryString - wodSupport, 2004-08-02, 17:24
- Re: QueryString - wodSupport, 2004-08-02, 17:22
- Re: QueryString - Pedro.A, 2004-08-02, 17:20
- Re: QueryString - Pedro A., 2004-08-02, 17:19
- Re: QueryString - wodSupport, 2004-08-02, 17:06
- Re: QueryString - wodSupport, 2004-08-02, 12:15