Click to See Complete Forum and Search --> : writing xml file during run time


yaniv hanya
03-04-2004, 02:51 AM
I"m using .NET visual studio "adrotator" control to show ads on my home page.

this control is taking the ads properties from xml file that have very explicit construction, can I give the client a way to change it during run time, via admin page? How can you write to xml file an explicit syntax?

Khalid Ali
03-04-2004, 08:32 AM
you write xml using DOM and then it has to be saved on the file(which will be done by some server side scripting language)