Exporting and Importing Forms to XML
Hi All,
I am in need of exporting and importing windows forms to/from XML. The need is that there are 100s of forms to be designed and deplopyed at places where internet is very slow and frequently we will need to add/modify the forms. So, sending a huge EXE every time will not be feasible. What I am thinking of is to create a Form with a button to save the data. This button will save the data. Rest of the controls I want to create using XML dynamically.
Hope I am clear.
TIA.
Bhushan Sahni