Explore the Articles

Server Side

Nested Repeat Region using Data Shaping

This tutorial shows you how to create a nested repeat region using 'data shaping'.  This is a more efficient method of creating nested repeats than filtering, but it does require a special OLEDB connection string to the database (details included).  Sample files/database can be downloaded. Read More
Server Side

Nested Repeat Region using a Recordset Filter

This tutorial shows you how to create a nested repeat region using recordset filtering. Read More
Server Side

Passing Form Values to a second page when using MM Insert or Edit

This tutorial goes over all the steps to fix the Macromedia Insert or Update record coding so that the submit button will automatically pass the values of the form through the Redirect and make them available on a second page. Read More
Manuals

Creating a reusable server behavior

With UltraDev 4, users can easily create their own server behaviors using the Server Behavior Builder. In this example we will create a basic Server Behavior that hides sections of a page which correspond to empty recordset values. In other words, the server behavior will suppress a given field if it has no value in a backend database.

Source: Adobe

Read More
Dreamweaver

Email Password after user answers a personal question.

This tutorial will go over all the steps to set up a single page that will ask for a User Name, ask them their password reminder question, Then E-mail them their password when/if they answer the question correctly. Read More
Server Side

A Practical Guide to Active Server Pages

This practical guide aims to be a complete programming guide as well as a reference for the serious ASP programmer.

You don't have the time to rummage through 1000-page thick books? You don't have the time to sift through jokes & wisecracks? This is the right resource for you ...

Author: Manas Tungare (http://www.manastungare.com/asp/)

Note: It is available as an Adobe Acrobat PDF file currently, and the web version is under development.

Read More
Server Side

Error Handling in ASP

Don't you hate it when you get those nasty ADO errors? There's nothing worse than an end user seeing those. This article discusses how to implement error handling in ASP so that errors are trapped, error messages formatted, and an informative ...

Read More
General

NewMail Object (CDONTS Library)

The NewMail object provides for sending a message with very few lines of code. This Article gives you an index of all available properties.

Read More
Server Side

ASP Directory Listing

This tutorial shows how to read a directory structure in ASP. The demo lists the contents of a few directories located on this site, including any subdirectories and their contents, along with some information on file sizes and last modified dates.

Read More
Server Side

Using the FileSystemObject for Web Site Maintenance

This article shows how to use the FileSystemObject to perform standard web site maintenance. For example, say that you allowed users to upload files to your web server. Perhaps you want to periodically check to make sure that these files weren...

Read More
Newer articles Older articles