G
Guest
I am developing a windows application which has multiple forms.
I need to pass data betwwen forms.
example:If i have form1,form2,form3,form4
1)I am passing data from form1 to form2 and in form2 i use the passed in
information from form1 to populate data.
2)Once i am on form2 , the user has option to return to form1 or navigate to
form3
3)if the user wishes to navigate to form3, i need to pass in some
information from form2.
4)Once the user is on form3 he has an option to get to form2 or form4
a)if the user wants to return to form2, then i am forced to hold the
data needed to pass back to form3 on form2.
It seems i am not doing it the right way to keep the data around in my
application., if you guys have any good suggestion can you please let me
know.
Thanks
I need to pass data betwwen forms.
example:If i have form1,form2,form3,form4
1)I am passing data from form1 to form2 and in form2 i use the passed in
information from form1 to populate data.
2)Once i am on form2 , the user has option to return to form1 or navigate to
form3
3)if the user wishes to navigate to form3, i need to pass in some
information from form2.
4)Once the user is on form3 he has an option to get to form2 or form4
a)if the user wants to return to form2, then i am forced to hold the
data needed to pass back to form3 on form2.
It seems i am not doing it the right way to keep the data around in my
application., if you guys have any good suggestion can you please let me
know.
Thanks