Home

Submit

Source

Feeds

Home » ASP » Scripts ::

ASP Scripts
Have you ever wanted to create a mailing list on your site? Tired of using those so-called free services that insert advertisements into all of your e-mails? Well this is your lucky day. I have written a basic tutorial on how to accomplish this task. Included with this article is all source code free to download.
Related Tutorials
ASP Getting Started
Control Structures - Introduction
ASP / Getting Started
A control structure is a programming structure that allows your script/program to make decisions based on a certain set of commands and on the information provided. Controlling the flow of your program allows you to make more flexible programs - you will struggle to find a complicated program without a control structure in it.

Site: www.olate.co.uk Report - View Tutorial

ASP Database Integration
SQLServerTools Object
ASP / Database Integration
This example was easy Get a list of all current tables in the database created by your's truly, get a list of dependent stored procedures for each table and do it all in a stored procedure.

Site: www.aspemporium.com Report - View Tutorial

ASP Database Integration
Filling Data into Select List
ASP / Database Integration
In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.

Site: www.dotnetindex.com Report - View Tutorial

ASP Database Integration
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.

Site: www.15seconds.com Report - View Tutorial

ASP Database Integration
Displaying foreign keys as list boxes
ASP / Database Integration
This tutorial explains how to turn those foreign keys into list boxes automatically.

Site: coveryourasp.com Report - View Tutorial

ASP Web Forms
How to Use Dictionary Object
ASP / Web Forms
Dictionary object is an useful object to store any form of data in an array list. Following asp script block stores all data coming from a form and list them in our HTML codes.

Site: www.dotnetindex.com Report - View Tutorial

ASP Emailing
Form to Mail Using CDO
ASP / Emailing
We will use CDO instead of CDONTS. CDO comes within windows XP and windows 2000/3 and has more control over mailing system. Following asp source contains a simple webform and client side validation that controls unvalid characters. Web form uses CDO to deliver form results to your email account.

Site: www.dotnetindex.com Report - View Tutorial

ASP Getting Started
Regular Expression Syntax
ASP / Getting Started
In this article, we will look at a list of metacharacters. You may create your own pattern using these metacharacters.

Site: www.dotnetindex.com Report - View Tutorial

ASP Getting Started
String Functions
ASP / Getting Started
This tutorial will teach you all of the basic string functions available in ASP using VBScript. I will keep things concise as possible. The following is a list of the functions and an example of each.

Site: www.webdesign.org Report - View Tutorial

ASP Web Forms
Populating a Drop Down Menu with Info. from a Database
ASP / Web Forms
Discover the advantages of adding a database driven drop down list. Such menus are a easy way to cram a lot of links into a small, easy to maintain space.

Site: www.webdesign.org Report - View Tutorial

ASP Getting Started
Multidimensional Arrays
ASP / Getting Started
Arrays do not have to be a simple list of keys and values; each location in the array can hold another array. This way, you can create a multi-dimensional array. The reason you may use this type of array is when you have records of each item. For example, car, year, price,... and you want display one record at a time.

Site: www.webcheatsheet.com Report - View Tutorial

ASP File Operations
Working with Drives, Folders and Files in ASP
ASP / File Operations
In this article we'll learn how to get hold of Drives collection which FileSystemObject provides us, then we'll use this handle to display a list of all drives connected to our computer with their detailed info. These drives may be fixed hard disks, removable drives like floppy drives, CD-ROM drives or even network drives.

Site: www.stardeveloper.com Report - View Tutorial

ASP Scripts
Loops within Loops: Coding an ASP-based Bulletin Board
ASP / Scripts
This article provides an easy way to list nested forums. It does have some drawbacks, though. For starters, there is an upper-bound on the number of nested replies a message can have. In this example, the number is 12, although this is configurable. Furthermore, this approach is not the most efficient approach, and could be streamlined using stored procedures and fewer ADO objects within the code.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP Getting Started
Constants
ASP / Getting Started
Constants just as variables are used to store information. The main difference between constants and variables is that constant value can not be changed in the process of running program. If we attempt to re-assign the value of the constant we'll get a run time error.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Scripts
Creating a Category Site with ASP
ASP / Scripts
In this article we will implement a catalog site that is build with Active Server pages and SQL Server. Along with the implementation there is source code and a discussion of the advantages and disadvantages of creating a catalog site that gets it's content from a database. Included are pages for displaying products, creating a menu page, category page, and running a search across a database.

Site: www.15seconds.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement