Repeat XML Serialization (Winforms C#) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Repeat XML Serialization (Winforms C#)

I need to do this https://youtu.be/GwAamiBq3uA and I could do it, bit I need to create some other text boxes and also read info of a XML file (but not the same last XML file) I have been tried that code but choosing the XML with a open file dialog, but It still the same last XML file

27th May 2018, 2:24 PM
SebGM2018
SebGM2018 - avatar
1 Answer
0
Hello, can you send your code here or link it to it? There must exist some "stupid" mistake ;-). To retrieve the file - navigate to Form1.cs, function Form_Load and replace bouth filenames "data.xml" with the new file name from OpenDialog.
1st Jul 2018, 4:14 PM
Michal Grznár