- Building a Registration Database
In this part 3 of "Using ASP for Form Handling", you will be shows how to put the form data gathered into a database. Shows how to develop a working registration system, set up the database and make it accessible via the web.
http://www.wdvl.com/Authoring/ASP/FormHandling/index3.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Forgotten Password Script
This is a short script thatll allow the user to type in their email address and their password will be automagically emailed to them. You can easily modify it to accept usernames or login IDs instead of the email address as input.
http://www.programmersresource.com/articles/forgot_password.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Performing once-a-day database management
Once a day the CoverYourASP site automatically sends out email reminders and deletes members who haven confirmed their email address for 10 days. This tutorial explains how to remove those who have not confirmed their email addresses for 10 days. Pure ASP, and the whole site source is available for free download.
Platform: ASP 2.0
http://CoverYourASP.com/MemberAdmin.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Registration Example With Verification
This is a registration form with a registration script with verification. You will change/add the verification according to your requirements. It basically consists of a HTML page, and an ASP script that handles the data processing. Uses a SQL database on backend.
http://www.askasp.com/articles.asp?ArtID=46
(Rating: 0.00 Votes: 0)
Rate It
Review It
|