I am coding a wpf application that may have a few pages for the user enter information in the text box or ticking of the check boxes provided. I will need to store all of these data and print it out after the user is done with answering all the questions required.
Whats the best approach to go about doing this? Do i create a class file to store the data, create a global array to store these items or is there a better way? Thanks.