问题
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"
回答1:
MSDN: You can simply use CreateUserButtonText
property:
<asp:CreateUserWizard CreateUserButtonText="String" />
回答2:
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
来源:https://stackoverflow.com/questions/8859225/change-text-of-createuser-button-in-createuserwizard-control