Hello,

I want to make a DOM file with the content of a form (including
the webcontrols I want to use and the webcontrol sources) Is this possible with DOM?
Then I want to make an aspx file to read the DOM file and build
a dynamic webform. Then I want to save te content (data of the form) as a XML file.
My question : Is it possible to make dynamic forms in ASP.NET by
using the DOM ?

Greeting,

Krol