CreateUserWizard Cancel Button is not Visible

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

I have a CreateUserWizard control on my registraion page and it works fine. I added the information in the CancelButtonType="Button", CancelButtonText="Cancel" and CancelDestinationPageURL="~/Default.aspx" but after setting all of this the Cancel button is not visible. How do I make the cancel button visible and active in the CreateUserWizard control? This seems so easy but I can't find anything in any documentation about having to do anything else.

Thanks,

Matt
 
Nevermind, I kept missing the DisplayCancelButton property for some reason ;)

I have a CreateUserWizard control on my registraion page and it works fine. I added the information in the CancelButtonType="Button", CancelButtonText="Cancel" and CancelDestinationPageURL="~/Default.aspx" but after setting all of this the Cancel button is not visible. How do I make the cancel button visible and active in the CreateUserWizard control? This seems so easy but I can't find anything in any documentation about having to do anything else.

Thanks,

Matt
 
Back
Top