PLain XML

A

Arne Garvander

How do I return a plain XML file from an ASP.Net 2.0 app?
I tried
strXml = "<?xml version=""1.0"" ?><TruckCode>" + TruckCode + "</TruckCode>"
Response.ContentType = "text/xml"
Response.Write(strXml)
I am trying to do some Ajax programming
 
P

Patrice

And what doesn't work ? Also use view source client side to make sure you
didn't forgot to clear HTML tags on your ASPX page.

You could also check Atlas.NET that is a beta framework for Ajax.
 

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

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,825
Latest member
VernonQuy6

Latest Threads

Top