Home

Submit

Source

Feeds

Home » ASP » General Development ::

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.
Related Tutorials
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 Getting Started
Basic Active Server Pages Tutorial for beginners
ASP / Getting Started
This tutorial will teach you the basics of vbscript, ASP intrinsic objects, how to call ASP intrinsic objects and make use of them and what makes a .asp page different from a .htm / .html page.

Site: www.stardeveloper.com Report - View Tutorial

ASP Counters
Creating an ASP-driven Page Counter for HTML Pages
ASP / Counters
This article examines a technique to provide dynamic content generated from an ASP page onto a static HTML page. Specifically we needed to display a page counter on a number of static HTML pages.

Site: www.4guysfromrolla.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 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 Web Forms
Self Submitting Pages
ASP / Web Forms
A very important coding method to understand when developing ASP pages is the page that submits to itself. This technique is very powerful and can drastically reduce the number of files you have to maintain and the number of places in which you need to make changes when maintaining code. The concept is simple. Using forms, set the action value to the URL of the page in which the form resides. Then use ASP code to determine what the current state of the page is, and present the proper output to the user.

Site: authors.aspalliance.com Report - View Tutorial

ASP Getting Started
Create your first ASP page
ASP / Getting Started
Learn how to start programming in ASP. Useful for beginners.

Site: www.tutorials007.com Report - View Tutorial

ASP Counters
ASP Hit Counter
ASP / Counters
You can count the number of visitors on your site with a very simple ASP code. Create a file Count.asp with the following code and add in the header of every page useing Server Side Include(SSI).

Site: www.devasp.com Report - View Tutorial

ASP Emailing
Sending Email with ASP
ASP / Emailing
All good websites need to be able to send and recieve email . Ok you could have a mailto link in your page pointing to your email address which when the user clicked on it their default email client opened up but why not let ASP handle this . We will use ASP and CDONTS for this task .

Site: tutorials.programmingsite.co.uk Report - View Tutorial

ASP Web Forms
Adding Form Content into Database
ASP / Web Forms
In this article we will create a simple HTML Form and an ASP page. Any data which is entered by the user in that HTML Form will be received by the ASP action page and will enter that data into the Access database.

Site: www.stardeveloper.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 Database Integration
Adding Records to a Database using SQL
ASP / Database Integration
The purpose of this article is to show how to get records from an html form and submit that form to an ASP page. This ASP page will then use SQL to enter the records into the database.

Site: www.intranetjournal.com Report - View Tutorial

ASP Database Integration
Using ASP pages to page through Recordsets
ASP / Database Integration
In this article we will learn how to use ASP pages to page through recordsets.

Site: www.stardeveloper.com Report - View Tutorial

ASP Getting Started
Functions and Subprocedures
ASP / Getting Started
Functions and procedures provide a way to create re-usable modules of programming code and avoid rewriting the same block of code every time you do the particular task. If you don't have any functions/procedures in your ASP page, the ASP pages are executed from top to bottom, the ASP parsing engine simply processes your entire file from the beginning to the end.

Site: www.webcheatsheet.com Report - View Tutorial

ASP General Development
ASP Performance
ASP / General Development
The first area I want to test is integer arithmetic calculations. The following ASP page calculates prime number starting from number 3, and repeats the test many times.

Site: www.herongyang.com Report - View Tutorial

 
Site Search

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