saving as project problem-saving controls
-
hello how can i save state of a controls in an xml file ??...later I need to load and generate in my form...anyway to do that..?? (those controls generated dynamically)
-
hello how can i save state of a controls in an xml file ??...later I need to load and generate in my form...anyway to do that..?? (those controls generated dynamically)
You need to write the code to save and reload your controls and their state, there's nothing built in that I know of
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
hello how can i save state of a controls in an xml file ??...later I need to load and generate in my form...anyway to do that..?? (those controls generated dynamically)
I think you can use seralization and deseralization then solve your issue.
Continue...