Using the Wizard control, one of my app's pages runs a validation process. After the user hits Next from this screen, if the user then hits Back, I would like to skip the validation screen and move back to the page before the validation.
Is there a way to ignore a page when the user hits Back, or is there a way on the Page_Enter or Page_Leave to find out which direction the user is progressing?
Thanks.
Comments: ** Comment from web user: daggmano **
Is there a way to ignore a page when the user hits Back, or is there a way on the Page_Enter or Page_Leave to find out which direction the user is progressing?
Thanks.
Comments: ** Comment from web user: daggmano **
Thanks, that worked perfectly. BTW, I realize I should have posted this under Discussions rather than Issues. If the Issue Gods could close this, that would be great.