Re: QueryString (General questions)
It actually parses 1,2,3,4 to 4 separated variables. I need it doesn't do that. I need to say .QueryString( posted ) and get 1,2,3,4 .
Now, the library creates 4 objects posted , each one with a different value:
.QueryString(0).name = posted .QueryString(0).value = 1
.QueryString(0).name = posted .QueryString(0).value = 2
.QueryString(0).name = posted .QueryString(0).value = 3
.QueryString(0).name = posted .QueryString(0).value = 4
And I need only one:
.QueryString(0).name = posted .QueryString(0).value = 1,2,3,4
Because my target is use SPLIT method.
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