Example for passing values between forms


Consider a situation where we need to pass content from Form1 to Form2 
In code page of form1, declare a parameterized constructor for form2 and pass the necessary values you need on form2
In code page of form2, initialize the constructor both default and parameterized.....(the one declared in form1)