I am using the following code to create user using CreateUserWizard. When I click OK, it processes the request and create an entry in the database but the ConfirmActivation page does not come up that supposed to display a successful message.
but the ConfirmActivation page does not come up that supposed to display a successful message.
Seems the code is not complete, the create new user event should be in your CreateUserWizard1_CreatingUser event, redirect to ConfirmActivation page should be managed in this event.
Please provide more back end code so that this issue can be reproduced and fixed.
Member
75 Points
466 Posts
ConfirmActivation of CreateUserWizard won't come up
May 22, 2020 06:07 AM|NJ2|LINK
I am using the following code to create user using CreateUserWizard. When I click OK, it processes the request and create an entry in the database but the ConfirmActivation page does not come up that supposed to display a successful message.
Contributor
3140 Points
983 Posts
Re: ConfirmActivation of CreateUserWizard won't come up
May 22, 2020 08:22 AM|Yang Shen|LINK
Hi NJ2,
Seems the code is not complete, the create new user event should be in your
CreateUserWizard1_CreatingUser
event, redirect to ConfirmActivation page should be managed in this event.Please provide more back end code so that this issue can be reproduced and fixed.
In addition, please also check Creating User Accounts (C#) for detailed tutorial.
Best Regard,
Yang Shen