I am implementing a custom membership provider, inheriting it from MembershipProvider. I have my own database schema different from aspnet membership schema.
I do not use a password field, and I was wondering how can I override the built-in CreateUserWizard control?
I was unable to find examples of how to create my own CreateUserWizrd control that is connected to my user membership provider. I found examples to customize an existing CreateUserWizard using templates in the control.
thanks
source
share