Browsing ASP/ HTML
Displaying page 6 of 37 | Prev | Next
Newbie help: Add a new record to a database
Simple form to insert a value into a table using ADO's RecordSet.
All_Form.ASP
Multi-function form for basic navigation, table editing, and recordset paging.
Generic Email Form Handler using CDONTS
Email any form from your site using CDONTS (IIS's built-in smtp).
Database Basics: Part I
Since ASP is especially good at reading and writing to databases, let's start with a very simple database and scripts that we'll eventually build into a guestbook.
ASP bar chart
This code is an example how to use a random color generator and a table to create a Bar Chart.
ProperCase
If you've used ASP for a while you'll notice that VBScript doesn't support StrConv so you can't proper case your code.
ASP 8 Queens solution
To find the solutions to the 8 queens puzzle.