Categories
Tags → Asp Example Database

An ajax-based newsletter sign-up form

An ajax-based newsletter sign-up form in ASP using the prototype javascript framework. User enters name and email, validation is done and he is added to the database all without refreshing the current page. Use it to collect subscriber emails at yo...
DETAILS

Make database access safer with transactions

You can use transactions in ASP as a kind of insurance policy for your database activities, making them safer and providing better error recovery. Transactions are most useful when doing multiple actions on multiple tables. The example below shows ju...
DETAILS

Dynamic-CD

Dynamic-CD provides the services you''d expect from an Internet server - except it''s on a CD. Until now CDs could only display static HTML Pages. Dynamic-CD allows your CD to display dynamic content, just like an Internet server. Dynamic-C...
DETAILS

GenericScript

Complete web site script built using ASP and MySQL to provide membership DB. Registration of new members, password recovery, profile update and more. Site title, email contact, url etc. is all configured via a simple configuration file. Install scrip...
DETAILS

ASP Text Database

ASP Text Database is a simple example of how a delimeter seperated text file can be used to store a small ''database'' of values which can be searched through using a standard html web form. Includes a template page which is parsed for outp...
DETAILS

Compact && Repair Access Database

Compact and repair your access database online from ASP code. This is example code of how this can be done.
DETAILS

Designing Active Server Pages

Designing Active Server Pages provides an important tool for often-overworked ASP programmers: a set of techniques for making the wisest use of the technology in a production environment. Targeting an audience of readers who already are seasoned in A...
DETAILS

Import CSV to HTML

The author writes &"A CSV (Comma Separated Values file sometimes referred to as a flat file) is essentially a text file that has a comma delimiter between the table values and a unique line for each observation. While this is usually a mean...
DETAILS

Active Server Pages 3.0 by Example

ASP by Example assumes a basic knowledge of VBScript and teaches you how to create dynamic web sites quickly and easily. Using real-world examples, ASP 3 by Example teaches proper, accepted coding techniques that will cause fewer problems and allow y...
DETAILS
©2003-2008 jCay.com