Hi,
What is the best method to save a dynamically created Windows Forms and its data?
I have arequirement as follows:
There should be a designer (application) to design some Windows Forms and to save it (Like what we do in Visual Studio Windows Forms Designer). Then the application should render it when a user opens it in another mode (Say, in the normal running mode). The data should be loaded into the corresponding controls. Then the user should be able to add some controls to the form dynamically, and save it with some data. So there should be an option to save the data and the modified Form. There may be hundreds of controls on some forms, as the user will be able to add some row of controls (say, TextBoxes) many times, in long run.
What will be the best way to handle this kind of situation? How can we store the dynamically created forms very efficiently and effectively? What kind ofarchitecture isrecommend? Performance of the form has the highest priority.
I am new to this, so any reference to this kind of things will be highly appreciated.
Thanks and Regards,
Pauls Geo.