问题描述
我正在尝试使用CreateUserWizard控件创建注册页面,当我单击创建用户"按钮时,没有任何反应.我没有使用标准布局,而是使用"ContentTemplate"标签创建了布局.我是否必须定义任何函数来处理按钮的单击.我尝试为FinishDestinationPageURL指定一个值,它的不被重定向到指定的值.单击创建用户"按钮后,基本上没有任何反应.
I am trying to create a registration page using CreateUserWizard control, when I click on ''Create User'' button nothing happens. I am not using the standard layout rather created a layout using ''ContentTemplate'' tag. Do I have to define any function to handle the click on the button. I tried specifying a value for FinishDestinationPageURL, it''s not getting redirected to the specified value. Basically nothing happens after I click on the ''Create User'' button.
推荐答案
我是否必须定义任何函数来处理按钮的单击
Do I have to define any function to handle the click on the button
当然可以,这不是魔术.
Of course you do, it''s not magic.
这篇关于CreateUserWizard控件不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!