Web Design 

at

Computers

_________________________

 

Shopping Services

Accessories
Astrology
Art/Photo/Music
Auto Dealers
Auto Rent/Auctions
Auto Accessories
Auto Parts
Affiliates
Astrology
Auctions/ Classifieds
Books
Business
Candy
Careers
ECommerce
Commerce
Computers
Computer Hardware
Computer Software
Computer Services
Women's Clothing
Kids/Teens Clothing
Men's Clothing
Clothing
Consumer Electronics
Dating
Education
Family
Financial Services
Food/Drinks
Flowers
Games/Toys
Gifts
Health & Fitness
Home & Garden
Housing
Insurance
Legal
Loans
Malls
Magazines
Medical
Shoes
Telephone Services
Toys
Web Services
Wellness
Wine & Cheese

 

Other Sites


___

   More Free ASP and Other Coding 

SAVE NOW!!

Shopping Services

Link To All American Family

Today's Headlines

More Sports News

Links to Good Writing

 Click here for Zappos.com!

Autobytel.com.  Changing the way America buys cars

videogame_madden_hd2_234x60.gif

 

Articles

ASP-DATABASE

______________________________________________________


Populating a Listbox on an ASP page from an Access 97 database Live demo w/code

Populating a Dropdown box on an ASP page from an Access 97 database Live demo w/code

Displaying a Radio and Checkbox checked on an ASP page from a value that is stored in a database

How to add records using ASP and ADO

How to add records to a database using ASP and formatted SQL

How to update records using ASP and ADO

How to update records using ASP and and formatted Sql

Replacing Single Quotes when formatting SQL

Memo and Text Fields Demo Writing out the data using ASP!

How to write data to be displayed in Textboxs.

How to delete records

Adhoc ASP Search page

DSN-less Connection String syntax!

Write data out to a TextArea fields. The data that is being written out from a MEMO fields.

Master/Detail Record Drill Down Demo

Inserting records with into a database with the Command Object

Demo on how to insert records into Multiple tables with one html form and one asp form.

Efficient way to Get an ADO RecordSet

Another whole Database Driven Site by Brian Gillham (WebWorX)

Auto Increment ID from a database after Insert using SQL.

Adding new records example by David Lohmann

Grouping Data by Adrian Forbes

ADO Recordset Paging by Bipin Joshi

CDONTS & DHCP email example by Manikantan

Student List Administration System by Li, Xiang

Recordset Paging with a twist! A little DHTML to allow users to change the record count per page and jump to a certain page on the fly.


ASP-MultipleCheckBoxes


Shows a number of checkboxes. Submitting the form shows the VALUEs of the boxes that were checked.

Shows which boxes are checked using client-side code only

Shows the VALUEs of ALL the boxes and if they were checked or not


ASP-Other


How to use the nextrecordset to write out multiple recordsets in one call to the database. Very Handy!

Using the recordset object paging method to show a limited # of records per webpage (Free Demo and Free code!) Example show Next 10 records.

Using a #include file, the Content Linking component, and IIS 4.0 to create a quick and easy Navigation system for your web.

Appending to a Text File that already exists through an Active Server Page using the OpenTextFile Method

Example of creating a text file using Active Server Pages using the FileSystemObject

Example code how to use IIS 4.0 new smtp service to send mail or email from asp pages.

How to use Response.Redirect to other WebPages using ASP.

Write out data to an html table using the NAME property.

How to write out hyperlink from a Recordset, then click the hyperlink to view a complete listing of info on the item clicked.

Securing a ASP page by using a Password. This demo display show to require a login before viewing the contents.

Using the ACSII codes to quickly write out a Table of Contents at the top of a webpage.

Multiple buttons on one page.  My attempt to program using Sub Procedures(Modular Programming)

Using a ASP and a PLAIN text file as a simple HITCOUNTER!

Free input form all done from one Page using Sub Procedures

My error coding technique in ASP

Dynamically create a Hyperlinked Menu (Table of Contents) from all files listed in a directory.

Detailed Server Side Browser Detection Script

Free ASP Based Chat Program

Script to show the last time the page was updated

Paging Demo provides Count and Navigation at the top of the Page!

Unique Code Example--Using FileSystemObject to list Directory's on local computer or Remote Share

SELECT CASE Demo (Simple demo to use this)

If THEN ELSEIf Demo

Using Session Variables Demo

How-to PGP(Pretty Good Privacy) when sending encrypted emails

Randomizing Number Example

The Demo is a function code tidbit that generates very random alphanumeric strings.

How to use Index Server to make your site Searchable. Narrow your search when returning results

Demo shows how to handle multiple radio buttons with the same name on one HTML form

Manage your Links on your site with this FREE application

Use ADSI and LOGIN_USER to get the full name of the user

This has a form where you have to push the submit button to submit it, presisng RETURN won't submit the form

This demo shows how to take plain text from a html textarea field and convert the text into useable HTML code

ADSI domain explorer

Use ADSI to gather Group Information to see if user is in a Group or not

2 Dropdown boxes, 1 textbox

One dropdown box , One textbox

Only displays unique values in a combo box.

Shows multiple textboxes and lets you enter a value in each one. Hit the submit button and it'll show you what values you entered in each one.

Show a list of names or things that start with a different letter each day

This shows how you get the TEXT of a combo rather than it's VALUE

Menu Button System that buttons popup, pushin and more

Tracking Users, Page Views by the Day Example

how to use the Server.Transfer Method

Free updated ASPChatWorX-based Chat Program.

Free Guestbook APP

Displaying Data in Multiple HTML Columns

Random Image Display demo.

Good caching procedure (HTML and images) by Gregory S

WebCounter: A COM component used in counting number of visits of a ASP page. by Doris Duan

XML Server-Side Multi-level Tree Control by Jochen Hofmann

Using the FileSystemObject to Create an ASP Code Generator

Monitoring of bandwidth on Unix and NT machines ASP application by Chris Knipe

New Link Tracking ASP application by Adrian Forbes

New Vote Tracking ASP application by Adrian Forbes

Send e-mails to multiple recipients using addresses from a database

Tips and Tricks using Remote Scripting by Salim N.

CDONTS Message Wizard by David Lohmann

Reading and Writing Files from outside the web structure by Jeff G.

New article -- Generate a random pwd, record to a database, and email by Vedachalam Manikantan

Populate server-side values to client side javascript variables


ASP-SQL


Write records to a SQL 7.0 database, return the unique id # ( Working Demo try it out!)

Using Stored Procedures to write records & retrieve ALL DATA including the ("Identity field") back from Sql Server

Example of how to Create Records w/Unique ID # without using Identify Datatype. An alternative but your inserted record will still have a Unique Record ID. This example uses Stored Proc's, ASP, SQL 7

How to setup a stored procedure to be automatically run!

Calling Stored Procedure through the Recordset Object

Properly encoding a SQL statement through a Function

Passing Multiple Parameters, Returning Records and writing to an asp page

Passing Single Parameters, Returning Records and writing to an asp page

Execute stored proc having input & output params, returned recordset and return value

Sample of how to use the collection Class module

An ASP include that exposes a class to generate an SQL statements

Various code examples of calling a stored procedure from an ASP Page.


ASP-Two Drop Down Boxes Linked


2 DropDown box's to display data, choose one list box and the other on changes to display data!

Two dropdown box that linked using RDS. This code also shows how to progamatically clear then populate a combo box from client code

Usual linked combos only you can submit to a different page

Two Combos Boxs on one ASP Page

Two dropdown boxes that are DataBase Driven

Two dropdown box linked using RDS. This code also shows how to progamatically clear then populate a combo box from client code. "Please Wait" is also shown

ASP Tips & Tricks 3 dropdown boxes that are linked together. by Salim Naim


CODETIP


My debugging tips article I wrote at ASPToday. This is a basic level but shows what I do to debug ASP.

Force Authenication on an ASP Page

Adding a Shortcut Icon in the Browsers Address Bar

Free Shopping Cart Code--aka Shop Kart

Use MetaTags to Refresh or Redirect browser on the client side

Code-Tidbit "Operation must use an updateable query when using Microsoft Access and ASP"

Create a persistent cookie using ASP article

Small API Tag helper for Select and OPTION tags

Reference article how-to lock scripts to your site

Online Resume Wizard app by Tyler Lynch

CodeTip to run Windows Scripting host files from ASP

Using the WITH statement in code

How to setup web page to upload files

Retrieving ID field after inserting a record into your Microsoft Access Database

Use an image to submit your forms

Converting VBScript Array to Javascript Array in the same ASP Page (1D and 2D) by Anand Venkatraman

Instructions to help in Designing your own Custom HTTP Error Pages

Render XML to HTML on the Server-Side

Basic Syntax of an XML File

Basic Syntax of an XSL File

How to Redirect users based on their IP Address

Random password generator function by Robert C

Server-side Include reference

How to get CDONTS to work on a server that has a 3rd party SMTP server running on same server by Mike Lopilato.

Free State Management ASP component by Biju Francis

Automating Clientside Script Insertion Using ASP

Client-side Spell Checker by Andrew Flanagan

DSN-Less Connection Code Generator by David Lohmann

OVERVIEW of Creatable Recordsets

Open Browser to a certain size

Reading All File inside a sub-directory of a specified directory

Proper Case Function by Chad Scarborough

Capitalize the first letter of a string

Strip Non-Numeric characters from string function by Chad Scarborough

Editing INI Files through COM by Robert Chartier

United Kingdom Date Converter by David Loheman

Creating a Personal Search Engine by Sixto Luis Santos

StripNonNumeric Function using Regular Expressions by Ian Weatherburn

Parse Text without splitting words by Luke Latimer

How to optain the Number of chrs left of a specifed chr using an sql statement.

Standard Date Converter by David Lohmann

Using GetString Method to Populate a dropdown box by Michael Ryan

Cookies 101 by Sean Vaccariello


JAVASCRIPT


Our JavaScript TreeView Control how-to! This is the tree-control you use to navigate our site! Its Free!!

How to validate a form entry using javascript

Creating images that change when the mouse hovers over them using Javascript

How to create two dropdown menus that are dynamic using Javascript.

How to use JavaScript to change the URL of a specific frame

Populating a dropdown box from a database. Then incorporate a Javascript Jump Menu(OnChange Event)

Javascript Client Side Floatable-Menu

Sample Top Menu that will display in the top of any browser! Really cool!

Sprite Trails behind your mouse! Lots of Fun

Database Driven Tree View Multi-Tree Control

Database Driven Tree View Version 3 of Tree Control

Shake Rattle and Roll someone's screen with this Javascript Function!

Non-Frame or Framed Tree Control (3rd Version used on ASPFree.com)

Disable Right Mouse Button


PHP-IIS


Configuring PHP on IIS Guidelines

Article on running PHP 4B on Windows 2000


Remote-Scripting


Remote Scripting to dynamically add the leaves to a Tree Control

Two linked dropodown boxes populated using remote scripting


WAP


Introduction to HDML and ASP

HDML or WML? By Christina Biggs

What is WAP? - by Michael Wright

- Learning WML - by Micheal Wright

Uploading your WAP files - by Michael Wright

Running ASP with WML

Useful WAP links

Free WAP Hosting Providers

Implementing ASP into WML code using dynamic data from MSAccess.

WAP Ticket Booking System by Jignesh Desai

Creating feedback forms for WAP sites - By Michael Wright

Generic WebPages Using WAP by Jignesh Desai
_____________________________________________________
__
Sponsors

All American Family.com

A terrific place to find out about the family and other related areas.
_______________________
EDA, Inc.

An Engineering Site with information about all engineering disciplines and many different free calculators.


All American Shopping.com

Find the best bargains with over 1000 stores to shop at.

 

Computer Stuff

Find anything you want in the computer sales area.


| Home | Privacy | About | Science & Technology | Shopping | Contact |

© 2000 Your Company , Site design by