Hi,
I have an array of querystrings from which I want to extract the separate name value pairs.
For example I have a number of querystrings like the one below and I want to be able to loop through and extract each of the 'Fund' and 'asp' values in the array
deviceid=B5B0C9-249E-1100000-9B91-00902787507C&zipcode=unknown&Fund=BAL&asp=modules/abc/default.asp
Does anyone have any idea where I could start please.
I have an array of querystrings from which I want to extract the separate name value pairs.
For example I have a number of querystrings like the one below and I want to be able to loop through and extract each of the 'Fund' and 'asp' values in the array
deviceid=B5B0C9-249E-1100000-9B91-00902787507C&zipcode=unknown&Fund=BAL&asp=modules/abc/default.asp
Does anyone have any idea where I could start please.