I need some way to save and read a file using a DataGridView.
Databases are out of the question, because I'm going for something template-style.
And the user will probably make lots of templates.
I tried saving/reading from/into XML, but I got lost.
Thanks.