XML Files in ASP.NET

  • Thread starter Thread starter m3ckon
  • Start date Start date
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!
 
Back
Top