Best Tutorials website
Latest tutorials

Advertisment

Email Validation

Email Validation

This code sample demonstrates how to validate an email address using regular expressions. It ensures that an email address is properly syntaxed and...


Views: 944 | Rating star | by Sean
ASP - Email Systems

Sending an HTML-Formatted Email Sample

Sending an HTML-Formatted Email Sample

This code sample will show you how to send HTML-formatted email messages. The code is written using CDO for 2000, but there is a CDONTS version as...


Views: 892 | Rating star | by Donald
ASP - Email Systems

Fighting Email Abuse with ASP

Fighting Email Abuse with ASP

Here is an interesting article that explains how to help the authorities in tracking down people who cause sites to send unwanted email to others...


Views: 906 | Rating star | by Isac
ASP - Email Systems

A form for CDONTS, JMail, ASPEmail and ASPMail

A form for CDONTS, JMail, ASPEmail and ASPMail

A Step-by-step tutorial showing you how to create a feedback form using different email systems. Supports CDONTS, JMail, ASPEmail and ASPMail, but...


Views: 798 | Rating star | by Steve
ASP - Email Systems

A Custom ASP Error Class with Pop-up Dialog Box

A Custom ASP Error Class with Pop-up Dialog Box

Here you will find an error class called CError that allows you to display a custom dialog box with the option to have a detailed message, a...


Views: 817 | Rating star | by Amy
ASP - Error Handling

404 Error Page (With a Db an IP Capture)

404 Error Page (With a Db an IP Capture)

This example demonstrates how to serve a custom page to users whenever a 404 error occurs as well as log the user info such as ip, referrer,...


Views: 879 | Rating star | by Source
ASP - Error Handling

Implementing Error Logging in ASP 3.0

Implementing Error Logging in ASP 3.0

The author writes 'It is important to know what is going on with your site in development and production. By implementing proper error...


Views: 921 | Rating star | by David
ASP - Error Handling

Using exception handling

Using exception handling

It is quite common for people using the CoverYourASP source code to get errors when first connecting to the database. This tutorial explains how...


Views: 911 | Rating star | by Slicer
ASP - Error Handling

Handling 404 errors with email - and a twist

Handling 404 errors with email - and a twist

Everyone has seen an HTTP 404 error at some point. You follow a link on a web page, and BOOM - File not found. Perhaps the author spelt it...


Views: 792 | Rating star | by Adam
ASP - Error Handling

404 Error Page (CDONTS)

404 Error Page (CDONTS)

The basic 404 error or file not found page serves two specific purposes. Firstly, to alert the user that the item they were expecting is not...


Views: 855 | Rating star | by Isac
ASP - Error Handling

Create Excel from Form Input

Create Excel from Form Input

ASP form input can be transformed into most any type of format that you'd like to see it in. Typically, most form input either gets delivered...


Views: 924 | Rating star | by Daniel
ASP - Excel and ASP

Create Excel on the Server

Create Excel on the Server

This code example demonstrates how to create excel documents on your server. Using the US state info db, after reading the contents of the db...


Views: 914 | Rating star | by David
ASP - Excel and ASP

Create an Employee Photo Directory with Excel and ASP

Create an Employee Photo Directory with Excel and ASP

This article shows how to use an Excel file as the database for an employee photo directory. As part of the Active Server Pages application it...


Views: 894 | Rating star | by Adam
ASP - Excel and ASP

Display an Excel DB

Display an Excel DB

The author writes 'For small data bits on a server where the chance for significant simultaneous traffic is not likely excel can perform many...


Views: 911 | Rating star | by Sarah
ASP - Excel and ASP

Creating Excel Spreadsheets

Creating Excel Spreadsheets

This article describes using the Office Web Components (OWC) to create an Excel spreadsheet via ASP code based on the results from a database...


Views: 899 | Rating star | by John
ASP - Excel and ASP

Dynamic Excel Reports with ASP

Dynamic Excel Reports with ASP

This tutorial shows a quick and easy way to generate Excel reports using just ASP. It allows the server to dynamically create Excel reports without...


Views: 928 | Rating star | by Tutorial
ASP - Excel and ASP

Output To MSExcel

Output To MSExcel

This is a short example showing how to bring data from Access to excel where further manipulation can take place.


Views: 912 | Rating star | by Brad
ASP - Excel and ASP

Open and Read a File with ASP

Open and Read a File with ASP

This is some sample code for reading a file with ASP.


Views: 894 | Rating star | by Marry
ASP - File Manipulation

create a file

create a file

Easy code for creating a file


Views: 943 | Rating star | by Troy
ASP - File Manipulation

file information

file information

This example displays some useful file examples . Last accessed , last modified and when the file was created


Views: 928 | Rating star | by Jarry
ASP - File Manipulation