I am completely confused. I have a CreateUserWizard with a CompleteWizardStep that no longer works. I have added a SqlDataSourceUserInfo_Inserted step and an e.exception handler. When debugging, it appears that the code works as expected except the CompleteWizardStep nevers fires, instead the code starts over at the beginning of the CreateUserWizard1_CreatedUser event.
How do I get the CompleteWizardStep to fire?
Go to the complete details ...