Re: CreateUserWizard Control
- From: Brock Allen <ballen@xxxxxxxxxxxxxxxxx>
- Date: Tue, 03 May 2005 06:11:26 -0700
The tables created by the Membership Provider are not meant to be extended. If you want additional data associated with your user, then look into the Profile feature of ASP.NET 2.0. As for the Wizard, you can adds more steps to collect this additional data then handle the CreateUserWizard.CreatingUser or CreateUserWizard.CreatedUser events to save the extra data to the Profile. For MySql, I don't know of any MySqlMembership or MySqlProfile provider implementations, but if you don't build one yourself, I'm sure someone else will soon.
-Brock DevelopMentor http://staff.develop.com/ballen
Hello Everyone,
I am using the CreateUserWizard Control of ASP.NET 2.0 for user registration, but i need some more fields, i found that this can be done by adding a new step in the control, but i havn't found the way to use that step, like how to use the data i.e. entered by the user and how to store that in database.(AspNetDb.mdb i.e. made by the site admin tool) have the coding to be done manualy or it will be managed by the control? and also how can i save that data to mysql database instead of Access. whether i have to code it manualy or not.
Thanks
Asp Hunter
.
- Follow-Ups:
- Re: CreateUserWizard Control
- From: Asp Hunter via DotNetMonster.com
- Re: CreateUserWizard Control
- References:
- CreateUserWizard Control
- From: Asp Hunter via DotNetMonster.com
- CreateUserWizard Control
- Prev by Date: Re: Parser Error in TabStrip Control
- Next by Date: Hidden Controls yield inconsistent behavior on Postbacks
- Previous by thread: CreateUserWizard Control
- Next by thread: Re: CreateUserWizard Control
- Index(es):
Relevant Pages
|