Best way to output data as XML from aspx?

  • Thread starter Thread starter les
  • Start date Start date
L

les

I have to output xml from some data. I have preciously done this in
old asp by constructing the xml like this, eg:

response.write "<name>" & namefield & "</name>" etc....

Is there a better way to do this using VB.NET, or should I do
something similar?

Thanks
Leslie
 

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

Back
Top