Posted 20 years ago
by William
It's rather a hassle to have to hand-code all the necessary logic to handle the "Back" button in a scenario where there are several different paths through the Wizard.
E.g., when a user clicks Back from page C, you have to write code that goes back to either A or B, depending on where the user came from.
I've ended up subclassing to add a page stack and various navigation method and event overrides so that this can be handled automatically. It would be nice if something like this were built in to the control.
E.g., when a user clicks Back from page C, you have to write code that goes back to either A or B, depending on where the user came from.
I've ended up subclassing to add a page stack and various navigation method and event overrides so that this can be handled automatically. It would be nice if something like this were built in to the control.