Hi
I am having a problem with the CreateUserWizard. I am using it to create a user and get them to fill in a profile I have written. The problem is that after the user is created the next step is not rendering. I know the step is firing because I have put event handlers for the OnActivate event (for testing).
Below is the HTML causing the issue:
<form id="form1" runat="server">
<div>
<asp:CreateUserWizard ID="CreateUserWizard1" runat="server">
<WizardSteps>
< Go to the complete details ...