I have 2 forms: form1 and form2.
Form 1 has text boxes and domain up menus asking the user to enter personal information about him/her self, e.g Age, race and form 2 also.
The problem is when going from form1
to form2
, and then suddenly the user remembered he/she want to go back to form1
to correct some information, so for this I used a previous button that takes from form2
to form1
, but once going back to form1 it is initialized as if the user didn't enter anything.
the question is how do I move button forms back and forth without the textboxes and domainupdown menus losing their information, and no need for the user to reenter the information again. I use Hide()
but still the problem exists.