I'm using C# to create a multiple textbox form that will be completed by the user and exported to PDF. I'm not sure about how to create it. Should I create a database? Use StreamWriter? A different approach? I've never created anything like this before and I've searched endlessly.
I've used StreamWriter before, but I could only apply it one textbox. I would also like the user to be able to save their inputs and open them (MenuStrip).
Any advice? Sincerely, thanks in advance!