如何在CreateUserWizard字段中添加更多字段?
你好 除了 CreateUserWizard 中定义的字段之外,我想添加更多字段来将信息存储在数据库中以达到某种目的。但无法获取执行任务的方法。
Hello
In addition to the fields defined in CreateUserWizard i want to add some more fields to store information in database for some purpose.But could not get the way to execute the task.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以自定义CreateUserWizard 标记如链接所示。
要将其存储在数据库中,您有多种选择,具体取决于您想要存储它的方式。这些字段不会自动存储,但您必须手动执行此操作。
检查这些:
使用创建用户向导将用户配置文件存储到自定义表中
使用内置配置文件
You can Customize the CreateUserWizard markup as shown in the link.
To store it in database you have several options depending on how you want to store it. Those fields won't be store automatically but you will have to do that manually.
Check these:
Storing User Profile into a Custom Table using CreateUser Wizard
Using Built-in Profiles