0
Transfer data between two windows form
How to transfer data from one windows form to another form and modify this data and return the modified data to the destination form.
3 Respostas
+ 2
Create fields in other form and create a method where you want to send the data in the other form. Then create an instance of that form where the method is and call the fields. Then call the method from the other form.
I know this is a little confusing explanation. You can always check Stackoverflow for more info.
+ 1
Couldn't you copy and paste?
0
Jamie these forms are in same project and in same directory and in both form has a datagridview and i want to take the data from second form data gridview to first form datagridview