Hi,
I have winForm (form1 and form2)
On Form1 I have Textbox (txtBox1 and form2 txtbox2 )
On click of button I load form2 ie form2.showDialog() ..I have to display value entered in Txtbox2 in form1 textbox (txtbox1)
NOTE : Form1 would be open first.. (How can i reload the form1 back again to show the txtBox2 value)