XML Files in ASP.NET

M

m3ckon

Hi there,

I'm trying to access some XML Data using ASP.NET from a url and I'm
having a few problems as to which Controls and Objects to use.

The url is generated from a string and a querystring

and will always return an XML Document

I then need to check the value of one of the fields in the XML Document
and then depending on it's value, will need to assign some more of the
fields to variables then update them to a database.

Now I can do the database update no problems, it's just how do I get the
XML from a url and how do I access the XML elements??

Please help

M3ckon

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top