hi...
i have a application built in asprunner 6.1 for one of the tables, i use events response.redirect to call for another url
Response.Redirect "http://202.138.99.242/Send/sendmsg.php?uname=demo&pass=demo&send=DEMO&msg="'>http://202.138.99.242/Send/sendmsg.php?uname=demo&pass=demo&send=DEMO&msg=" & marks & "&dest=" & request.querystring("dest")
but thru our back end we found that the application is calling the url as
http://202.138.99.242/Send/sendmsg.php? uname=demo&pass=demo&send=DEMO&msg=Invalid%20USCN%20Please%20Re- try&dest=919900
so with the above url we can say there is something going rong in the url encoding from at the end...
only the & in my url is being converted to &
can u tel me how to avoid this and encode the url....