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
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