I'm pretty new to programming WPF applications in C# and wondering the what the best method is to do the following:
I have a list of an unknown number of names displayed in a list box and want to have a way that when one is clicked it displays a form that can be filled in then saved, then when the next name is clicked it displays a new blank form to fill out, but if I return to any previous form it will display the information last entered.
I'm only looking for a basic answer as I know its quite a long winded question.
Thank you for all the help in advanced!