Hello,
I have 2 forms and l want to be able to copy text inputs from one form to the other form. In Visual Basic this was very easy to do. e.g. txtStudentID.Text = frmNewStudent.txtNewStudentID.text.
But i am not sure how to do this in C#.
Can any one tell me.
Thanks in advance,
Steve
