CreateUserWizard question
-
Hi, I start playing with ASP.NET 2.0 I am trying to customize the CreateUserWizard. My question is: If you try to add more fields like names, address and others where will be the best place to save them in the database. The control has an event “OnUserCreated” that is called after the control creates the user in the database. Is this the place where I should add the extra information in the database ? Thanks, Florian Szoke
-
Hi, I start playing with ASP.NET 2.0 I am trying to customize the CreateUserWizard. My question is: If you try to add more fields like names, address and others where will be the best place to save them in the database. The control has an event “OnUserCreated” that is called after the control creates the user in the database. Is this the place where I should add the extra information in the database ? Thanks, Florian Szoke
Hi there, IMO, the
CreatedUser
event handler is where you can put your sample code to add extra info for the user. The link might give you more information if you haven't checked it out. How to: Customize the ASP.NET CreateUserWizard Control[^]