I have two forms

form1 and form2

form1 is the main form.

i have created variable in form1 named "getName" and set the value with "Computers"

now on loading form2 on click of button in the form1, on the load event i want show the value of string : getName in the form1 ....