I have few buttons in my user control page, Suppose I have btn A,B,C,D,E with a back button, user click on button A then user click on B then user click on Back button, then page should navigate to button A. how can i achieve this?
Basically I wan’t browser like back functionality in my windows application?
If you have MDI form you can implement following methods…
And
To do the same…this will allow you to do exact what you want provided you following MDI child form hierarchy.