Hi, I am using asp.net membership provider, is there a way to use my own registration form to use that membership provider instead of using the creatuserwizard?
Printable View
Hi, I am using asp.net membership provider, is there a way to use my own registration form to use that membership provider instead of using the creatuserwizard?
Hey,
This is certainly an option.
The question would be, why do you need to? If needed, you can customize the CreateUserWizard to add in the necessary steps that you require.
If you don't want to go down this route, then you can directly call the methods that you want to use, for instance:
CreateUser
UpdateUser
Gary
Because I cannot disable the Question and Answer section, even I put it in the web.config to False. But they still show up.
Hey,
Can you not simply select "Customize Create User Step", and then remove the items, or at least make them invisible.
Rather than create your own control, or page to do the job.
Gary