Hi
I am working in Asp.Net. I need to create an xml empty file dynamically without using
add new item. Using code can i create an xml file in the application. I hope to reply for
my question.
Thanks [Smile]
Guvera
Printable View
Hi
I am working in Asp.Net. I need to create an xml empty file dynamically without using
add new item. Using code can i create an xml file in the application. I hope to reply for
my question.
Thanks [Smile]
Guvera
create an empty datatable and check out this link.
http://aspnet.4guysfromrolla.com/articles/052902-1.aspx
There you go, blank XML file.Code:System.IO.File.Create("something.xml")