How to tune ASP.NET CreateUserWizard?
Posted
by
Max
on Stack Overflow
See other posts from Stack Overflow
or by Max
Published on 2010-12-27T10:51:24Z
Indexed on
2010/12/27
10:53 UTC
Read the original article
Hit count: 357
I have created ASP.NET WebForms site on IIS 7.5. I want to create step by step user registration. I want to store the basic and detailed information about registered users in a specially created database table (not in aspnet_users table). I want to validate email first and then prevent next registration step for the user whose email address already exists in the database. At the last registration step I want to present summary form. All previous input and select fields should be duplicated in this form with "disabled" attribute.
Please tell me how to adjust CreateUserWizard ASP.NET Control and web.config file to these needs?
© Stack Overflow or respective owner