I need a example code to display one form input textbox value in another form textbox when button click event on form one.
In simply form one contain textbox and a button,
form two contain only one textbox.
My requirement is when some one put text into form one textbox and press the form one button, the input data should be disply in the form two textbox.
If any one try this kind of code, kindly request to share with me.