Change text of CreateUser button in CreateUserWizard control

六月ゝ 毕业季﹏ 提交于 2019-12-24 09:46:24

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!