S
sudeeprgaitonde
Hello,
I am forming a aspx url with query string parameters as variables.
sUrl = "http://abcd.com/getresults.aspx?zipcode=" + zipcode +
"&areaCode=" + areacode + "&Landmark=" + landmark;
When this url formed is run in IE, it returns an xml in the browser.
Now I want to duplicate this functionality in my code (like invoking
this url from within a function and getting the xml as output from the
function) so that my code can parse the xml got in return.
Kindly suggest a way in which this can be achieved?
Thanks in advance,
Sudeep
I am forming a aspx url with query string parameters as variables.
sUrl = "http://abcd.com/getresults.aspx?zipcode=" + zipcode +
"&areaCode=" + areacode + "&Landmark=" + landmark;
When this url formed is run in IE, it returns an xml in the browser.
Now I want to duplicate this functionality in my code (like invoking
this url from within a function and getting the xml as output from the
function) so that my code can parse the xml got in return.
Kindly suggest a way in which this can be achieved?
Thanks in advance,
Sudeep