I fear that there's an obvious answer to this staring me in the face but I can't figure it out...
Basically, I'm making a program to store details for different people. I was planning to create an XML file for each member, and display them in a DataGridView
when the form containing it is loaded. The details will be collected through text boxes on an "Add Member" form.
What I would like to know is: How can I create XML files in code once the information is submitted, and how would I go about showing the details in a DataGridView?