Hi,
I have 2 forms. form1 & form 2.
Form1 is full with textboxes etc, so for one task (datainput from user), i want to open a new form (form2).
1. How can I send data (in this case, a registrationID) from form1 to form2?
I would like to do it in a button click event (that opens form2, the...