query string
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
hi, is it possible to send multiple query string values in an URL like response.redirect(www.temp.com?id="1"+name="susa")
with regards, susa
-
hi, is it possible to send multiple query string values in an URL like response.redirect(www.temp.com?id="1"+name="susa")
with regards, susa
use & to seperate the name value pairs
only two letters away from being an asset
-
hi, is it possible to send multiple query string values in an URL like response.redirect(www.temp.com?id="1"+name="susa")
with regards, susa
We can send multiple values to URLs like the below, ..service.aspx?account=082713&source=search herr account is one value and source is another. Ram