I am trying to set up a "parent-child" dialog relationship where I want to enter in information on the child dialog (say in a textbox) and allow that information to be displayed (or transferred) to the parent dialog (say on a label) where it can be saved as a String int etc
Is there a way to do this? Any code samples would be appreciated.