hi all. I wanted to design a simple student registration system. in my design, i have 2 forms. Form1 consist of a ListView control displaying all the student information. Also, inside Form1 there is a button to Add new student. When a user presses the Add button, a new form will pops up which is the Form2. Inside form2 there are a lots of text boxes for users to input data. I would like to know how in Form1 that I could retrieve the data entered by the user in Form2. Thanks