G
Guest
i have a querystring i need to parse manually with code
c=12345&f=67890&d=12345
and retrive the values of the variables c,f, and d, etc.
is there a a way to use a collection to parse this for me without having to manually split this string up?
thanks!
Fid
c=12345&f=67890&d=12345
and retrive the values of the variables c,f, and d, etc.
is there a a way to use a collection to parse this for me without having to manually split this string up?
thanks!
Fid