I'm building a website for a client who gets their news from an external source.
Their news is in XML and is retrieved via a URL similar to this http://news.domainname.com/LatestNewsXML?custID=1234
I was hoping to grab this news and use it to populate a dataset, could anyone please provide a sample code of how I could do this? I've developing in .Net 2.0 with C#.
Many thanks.
View Complete Post