to show pop up. But Account is created successful and it logged out current user and logged in as new created user.
i already added DisableCreatedUser="true". But it shown complete wizard step and when i clicked on next, current user logged out and new created user logged in.
please advice, need to show pop up successful message without logging out from current user.
Member
62 Points
311 Posts
how to disable CompleteWizardStep in CreateUserWizard
Jul 18, 2014 06:40 AM|supermanNUM1|LINK
Hi All,
I have created CreateUserWizard and working fine. But I want to show successful message after creation, i used
ScriptManager.RegisterStartupScript(this, GetType(), "myalert", "alert('" + msg + "');window.location(news.aspx);", true);
to show pop up. But Account is created successful and it logged out current user and logged in as new created user.
i already added DisableCreatedUser="true". But it shown complete wizard step and when i clicked on next, current user logged out and new created user logged in.
please advice, need to show pop up successful message without logging out from current user.
thanks
Member
472 Points
167 Posts
Re: how to disable CompleteWizardStep in CreateUserWizard
Jul 20, 2014 11:10 PM|BetsyASP|LINK
Hi supermanNUM1,
You can try to customize the CreateUserWizard Control:
http://msdn.microsoft.com/en-us/library/vstudio/ms178342(v=vs.100).aspx