Want to Create a random password and mail it to the person who tried to register at your site? Here is a quick and easy example of how to do this task.
Random Image Sample ASP / Scripts
This sample code presents three different ways to show a random image in ASP, each approach illustrated and explained.
Generating random records from the Database ASP / Database Integration
In this article we will learn how to display random records from the database. From the articles so far, you will be able to display records from the database in a variety of ways and do a lot with them.
Free User Registration Form ASP / Web Forms
This script lest you to build a registration form for your clients. A visitor can create a username and password filling this form. All usernames and passwords stored in a MS-Access database.
Database-Driven Login Script ASP / Security
This script lets you to build a login script. User can login a password protected page using his/her own login username and password. All usernames and passwords stored in a MS-Access database.
Some support VBA functions for mailenable mail server ASP / Emailing
Short support functions - Create a postoffice, add a domain to the postoffice, add a mailbox, login, user account and a smtp email address, retrieve account passwords, check if email account exists.
Randomizing a Recordset ASP / Database Integration
Shuffling a recordset so that it can be displayed in random order is very useful when programming dynamic Web pages. A database table containing a list of supported vendors or links to advertisers may need to be displayed in a different order each time so that none complain about always being last on the list.