Hi,
I am new to c# and need some help with my project. I have 4 forms each having a back and next button. Each form allows users to input data. when the next or back button is pressed how do i get access to the same instance of the form? Currently, when back is pressed the data in the original form is loss?
I would appreciate any help!
Thanks,
I am new to c# and need some help with my project. I have 4 forms each having a back and next button. Each form allows users to input data. when the next or back button is pressed how do i get access to the same instance of the form? Currently, when back is pressed the data in the original form is loss?
I would appreciate any help!
Thanks,
Comment