Hello All,
Am having a form (textbox and a button) on clicking the button i want to pass the value to another form. but not directly as
Form2.txt1.Text=textbox1.text
I want it to be done through property.
and while clicking the button in form to i want to pass the value from form2 to form1
URGENT please guide