Change text of CreateUser button in CreateUserWizard control

1.6k Views Asked by At

I've seen a lot of customization questions, but I still haven't seen how to just change the text of the CreateUser button. It seems that the button it automatically showing despite already switching it to a custom template.

Nevermind, I'm an idiot. I had looked for a simple line to change it the other day when I was in a hurry (in front of the customer) and didn't find it. I figured it wasn't there, but it was.

CreateUserButtonText="whatever you want"
2

There are 2 best solutions below

0
On

In the smart tag select Convert To CustomNavigation Template and then go to the markup. You can change whatever you want.

It works with me

0
On

MSDN: You can simply use CreateUserButtonText property:

<asp:CreateUserWizard CreateUserButtonText="String" />