Hi!
I am working on an asp.net application with c# as code behind. I have a form, with data populated from the database. I need to generate an xml file of that data, when I hit the Submit button on the form. How to achieve this? The only thing is the XML should confirm to a template. I dont have to pick all the data. Thanks in advance.
