Posted 19 years ago
by Jeani
I am currently using wizard version 3.0.109.0. I created a wizard that uses some third party text editors. When validation on the controls is performed an errorprovider is displayed. My issue is when I get about two or three pages into the wizard, enter some bad data causing an errorprovider to display, then click the Back button without resolving the error. The next button ceases to function. I can continue to click the back button and return to previous pages but none of the Next buttons will function. My only way out of this situation is to close the wizard.
At the wizard level, I have the NextButtonCausesValidation property set to True and the BackButtonCausesValidation property set to False. Each control that can potentially have an errorprovider display has its own validating and validated event handlers. I have tried clearing the errorproviders in the BackButtonClick event for an individual page and this does not seem to work. Any help would be appreciated.
Thanks,
JP
At the wizard level, I have the NextButtonCausesValidation property set to True and the BackButtonCausesValidation property set to False. Each control that can potentially have an errorprovider display has its own validating and validated event handlers. I have tried clearing the errorproviders in the BackButtonClick event for an individual page and this does not seem to work. Any help would be appreciated.
Thanks,
JP