B
Bogdan
I have FinishDestinationPageUrl and OnFinishButtonClick set in a wizard.
I'd like to prevent the wizard to navigate to the url when finish button is
clicked while the page is invalid (i.e. one of the validators fails).
In the OnFinishButtonClick event handler I set the event args Cancel
property to true if the page is not valid. Unfortunately this does not seem
to stop the wizard from navigating to OnFinishButtonClick.
Can someone please give me some ideas on how to workaround this?
Thanks,
Bogdan
I'd like to prevent the wizard to navigate to the url when finish button is
clicked while the page is invalid (i.e. one of the validators fails).
In the OnFinishButtonClick event handler I set the event args Cancel
property to true if the page is not valid. Unfortunately this does not seem
to stop the wizard from navigating to OnFinishButtonClick.
Can someone please give me some ideas on how to workaround this?
Thanks,
Bogdan