I have an Order_Form with a button that takes you to Client_form to choose there a client name. I wanted to pass the client name back to the Order_Form (by clicking a button) but without using
Order_Form frm1 = New Order_Form();
cause I will be lost all the data in the Order_Form. How can I do that?