G
Guest
Hi,
I would likew to ask if there is a way how to pass an array as a request
parameter.
For an example instead of using:
"general.aspx?prm1=string1&prm2=string2"
to use something like the following:
string [] myStrings={ "aa", "bb"};
"some.aspx?prm=@myString"
What would be the correct syntax?
Thank you.
Lubomir
I would likew to ask if there is a way how to pass an array as a request
parameter.
For an example instead of using:
"general.aspx?prm1=string1&prm2=string2"
to use something like the following:
string [] myStrings={ "aa", "bb"};
"some.aspx?prm=@myString"
What would be the correct syntax?
Thank you.
Lubomir