satishchandra Level: Trainee
 Registered: 27-03-2006 Posts: 1
|
Dynamic generation of XML File
I have about 30 text fields on my ASPNET Web form and the code behind is VB.net. On a button click on the form, I need to genarate an XML file dynamically, capturing the data of all the text fields on the web form, and store it in the specified folder path on the web server. Each button click would generate an XML file.
Appreciate if anyone can provide me some help.
|