Sir, I am doing a MDI form Now.
I have a Master form(frmMDI) and Two Children forms:-frmStudentsDetails and frmDisplay.
In frmMDi, there is a button(btnNext) to enter frmStudentsDetails.
In that form, i entered the Details. That form also have a Button(btnSubmit) to enter frmDisplay and show the data of frmStudentsDetails in frmDisplay.
how it possible?, reply me with whole code.
Loading

Sanjeeb LenkaPosted Jul 3, 2013, 12:32 AM
http://blogs.cametoofar.com/?tag=/Pass-values-between-2-MDI-Child-Forms
http://www.codeproject.com/Articles/17371/Passing-Data-between-Windows-Forms
SUNIL GUTTAPosted Jul 2, 2013, 4:12 PM