Hi,
I wanted to know if there is any way to add navigation controls in Winforms. By navigation controls, I mean, it should be somewhat like, when we open Control Panel in Windows 7, there is a back and forward button and it is also there in Windows Explorer. So is there any way to implement such controls in this way in Winforms.
For eg, consider a Winform where I have entered my details and after clicking next, I navigate to next form (it should not be a MDI COntainer), after reaching the next form I realized a mistake in my first form, so I want to go back to the previous form with all data entered there intact. How to implement this?
It should be somewhat like Installers where you can navigate back and choose options.
Thanks in Advance.
Regards,
Jashobanta