Connecting Tech Pros Worldwide Help | Site Map

How to add additional wizard steps after CreateUserWizard's CompleteWizardStep

  #1  
Old July 3rd, 2009, 05:47 PM
Newbie
 
Join Date: Jul 2009
Posts: 2
hello,

I'd like to add ( to CreateUserWizard control ) additional wizard steps after CreateUserWizardStep and CompleteWizardStep, but when clicking on ContinueButton in CompleteWizardStep, instead of being forwarded to next wizard step, nothing happens! What am i doing wrong?


Expand|Select|Wrap|Line Numbers
  1.         <asp:CreateUserWizard ID="CreateUserWizard1" runat="server" 
  2.             oncreateduser="CreateUserWizard1_CreatedUser">
  3.             <WizardSteps>
  4.                 <asp:CreateUserWizardStep ID="CreateUserWizardStep1" runat="server">
  5.                 </asp:CreateUserWizardStep>
  6.                 <asp:CompleteWizardStep AllowReturn="true" ID="CompleteWizardStep1" runat="server">
  7.                 </asp:CompleteWizardStep>
  8.                 <asp:WizardStep StepType="Finish">
  9.                 uh
  10.  
  11.                 </asp:WizardStep>
  12.             </WizardSteps>
  13.         </asp:CreateUserWizard>
thanx
Reply

Tags
asp.net, membership