Hello,
I am implementing a custom membership provider by inheriting from MembershipProvider. I have my own database schema that is different from the aspnet membership schema.
I do not have any use of the password field and I was wondering how can I override the builtin CreateUserWizard control?
I was unable to find any examples on how to build my own CreateUserWizrd control that is wired with my custom membership provider. The examples I found were to customize the existing CreateUserWizard by using the templates in the control.
Thanks