Tip/Trick: Gathering Custom User Registration Information
Posted by: ScottGus Blog,
on 06 Jul 2006 |
View original | Bookmarked: 0 time(s)
Problem
You are building a web-site that allows customers to register new users on the site. As part of the registration process, you naturally want to allow them to create a username and password. You also want them to enter additional personalization/registration data like their address, zipcode, gender, age, etc. and associate it with the newly created account. You want to create an intuitive wizard-like navigation UI that enables customers to easily manage this workflow.
Solution
ASP.NET...