Click here to Skip to main content
15,921,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello

I'm a Vb.net developer and I need to know how to read a web page that contains a XML format data.
in fact, i'm sending some data to a URL an it will response me in XML. I need to read it and I have no Idea how to do. I can read the XML files but not web pages.

I will appreciate you if you take me a quote how to do this.
Posted

1 solution

It depends on what are you going to use to access web site (BTW, title is a bit misleading - you are reading XML from a web site with a given URL :) ). See an article[^] on MSDN with an example of reading data from web with WebClient class - one of the possible ways.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900