Home

Submit

Source

Feeds

Home » ASP » Scripts ::

ASP Scripts
This tutorial guides you through step-by-step how to create a multi-question quiz using ASP and MS Access database.
Related Tutorials
ASP Scripts
A Simple Quiz Script
ASP / Scripts
ASP is a very simple language if you know its syntax (in that way, it is much like every other programming language, albeit in ASP's case a bit more forgiving than some others). This tutorial describes the construction of a very simple ASP quiz script, which works with just two files: quiz.asp and data.asp.

Site: biorust.com Report - View Tutorial

ASP Scripts
Creating a simple ad rotating system using ASP
ASP / Scripts
Creating a advertisement rotator page is easy - ASP comes with an Adrotator component that's easy to use. The component, called AdRotator, is installed when you install ASP. The component has been a part of ASP installation since the first version of ASP.

Site: www.kamath.com Report - View Tutorial

ASP Emailing
Creating PGP-Encrypted E-Mails
ASP / Emailing
This article describes the installation and configuration of PGP Command Line, and the generation of PGP-encrypted e-mails from ASP

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

ASP Component Building
Creating Visual Basic COMponents for ASP
ASP / Component Building
This article teaches the ASP programmer to write their code in VB, make it as a DLL and reuse it in their ASP code.

Site: www.macronimous.com Report - View Tutorial

ASP Component Building
Creating a Server Component with Visual Basic
ASP / Component Building
This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code into server-side components, developers not only increase Visual Basic functionality and ASP speed, but also find a marvelous way to encapsulate and protect their ASP source code.

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

ASP File Operations
Link & Display Text Files
ASP / File Operations
Linking and displaying text files within a single document is a snap in asp.All of the text files contain the title as the first line.The first line will be read and hyperlinked in the default view.When clicked the file name is passed to the same page as a querystring variable. Providing that the text document exists (this is to prevent errors from user typing in the address bar) the full contents of the document will be displayed.

Site: www.codeave.com Report - View Tutorial

ASP Miscellaneous
Creating Dynamic JavaScript with ASP and Databases
ASP / Miscellaneous
This tutorial explains how to put ASP tags inside of JavaScript blocks so developers can fit large amounts of data into one form on a single page. It provides an overview of things that can be done with dynamic JavaScript with ASP and data queries.

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

ASP Getting Started
Your First ASP Page
ASP / Getting Started
Learn how to get started creating your first ASP page.

Site: www.codebeach.com Report - View Tutorial

ASP Getting Started
ASP For Beginners
ASP / Getting Started
What is ASP? ASP stands for Active Server Pages. Actually, ASP in itself isn't a language, instead it is more of a technology used by VBScript on the server side to display dynamic content on the web pages.

Site: www.itechcollege.com Report - View Tutorial

ASP General Development
Speeding Up ASP Page Execution
ASP / General Development
ASP pages are executed on the fly by a server when they are requested by a visitor. Because they are not compiled, ASP scripts are slow and hold up the processing of an html page. This results in people leaving your site and severely reduces the enjoyment that your asp apps can provide.

Site: www.aspemporium.com Report - View Tutorial

ASP Web Forms
Creating Dependent Select Objects With ASP
ASP / Web Forms
This article details how to leverage several technologies both client and server-side to create dependent HTML select objects using ASP, ADO, SQL and DHTML.

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

ASP Database Integration
Inserting Rows into a Database
ASP / Database Integration
This tutorial will show you how to insert a row of data into a database using ASP and an MS Access database. You can do it on one ASP file, but we'll have two files: one processor page (proc.asp), and one form page (form.asp). Then, we'll make the MS Access database that corresponds to the ASP.

Site: www.webdesign.org Report - View Tutorial

ASP Database Integration
Getting Your Quotes Right In SQL For ASP
ASP / Database Integration
It is somewhat ironic that the most confusing part of creating and executing a SQL statement from ASP is determining where to put the quotes. When is a single quote used? When is a double quote used? When are they used together? Which takes precedence? This article will answer these questions.

Site: www.webdevelopersjournal.com Report - View Tutorial

ASP XML and ASP
Online Exam using ASP & XML
ASP / XML and ASP
Using this OnLine Exam system, we can conduct any type of objective type examinations on line. Eventhough I implemented most of the conventional things, the reader is highly appreciated to incorporate all other features whatever so.

Site: www.asp101.com Report - View Tutorial

ASP Charts and Graphs
Creating a Stack Bar Chart Using ASP
ASP / Charts and Graphs
This article with the attached files demonstrates building a stack bar chart using ASP without components.

Site: www.asp101.com Report - View Tutorial

 
Site Search

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