The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: ASP :: Tips and Tutorials :: Introduction to ASP
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 49    Displaying: 21 - 40 Pages:   1 2 3

   Replace Bad Word(s)   Hits: 1693 

 
This tutorial shows you how to replace bad words in a string in 2 different ways. Firstly you can remove the bad word(s) or replace the bad word(s) with the * character.


Version: n/a   Platform(s): n/a   Updated: Fri Jul  9 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   If Then Else   Hits: 1953 

 
The If Then Else control structure can be used to run a line or block of code within your script when a certain condition is met.


Version: n/a   Platform(s): n/a   Updated: Thu Apr  1 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ASP Installation   Hits: 1180 

 
Step by step tutorials on how to Install ASP (IIS/PWS) on your computer. Includes instructions on how to get ASP working on the following operating systems -- Windows 95/98, Windows 2000 and Windows XP.


Version: n/a   Platform(s): n/a   Updated: Wed Mar 31 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Functions and Subroutines   Hits: 1968 

 
Basic tutorial explaining how, when, where, and why to use a Function or a Subroutine in your code. Learn how to call subroutines and functions and how to pass parameters.


Version: n/a   Platform(s): n/a   Updated: Thu Mar 11 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   How the Querystring works.   Hits: 993 

 
The Querystring explained in easy to understand terms. This tutorial is written primarily for the beginner ASP developer and includes diagrams.


Version: n/a   Platform(s): n/a   Updated: Thu Mar 11 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Array Basics   Hits: 4781 

 
Introductory tutorial on the basics of arrays as well as the LBound, UBound, and Split functions that are commonly used with arrays. Tutorial includes code snippets.


Version: n/a   Platform(s): n/a   Updated: Sun Feb  1 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ASP: Getting Started   Hits: 2392 

 
This article describes how the author (Phil Baines) got started with ASP and how you can too. It also offers some scripts to try out yourself and links to the useful sites.


Version: n/a   Platform(s): n/a   Updated: Thu Aug 28 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ASP & MS Access introduction tutorial   Hits: 2037 

 
Active Server Pages - What it is, why we use it and how to connect, post and retrieve data from a database.


Version: n/a   Platform(s): n/a   Updated: Wed Feb 12 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ASP Installation tutorial   Hits: 879 

 
Learn installaing and configuring ASP scripts and COMponants in your web server in easy steps. No need of programming knowledge.


Version: n/a   Platform(s): n/a   Updated: Mon Sep 30 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   If Then Else   Hits: 2469 

 
If you try to do any ASP programming, it won't be long before you need the If...then statement. This very simple tutorial talks you through the syntax used and shows you how can use it.


Version: 1   Platform(s): IIS   Updated: Mon May  6 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Intro TO ASP   Hits: 1270 

 
An introductory tutorial that covers the basic things one has to know about Active Server Pages, and the programming environment.


Version: n/a   Platform(s): n/a   Updated: Fri Mar  8 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Active Server Pages Tutorial   Hits: 2983 

 
This is a two-module tutorial that provides a step-by-step introduction to several ASP features. The tutorial shows how to build sample applications and demonstrates key concepts you'll need to understand when developing your own ASP pages. The introductory section explains what ASP is, how it works, and other technologies that can be used in conjunction with ASP to create active content on your Web site. The first module introduces the creation of an ASP page, and focuses on the collection and transfer of data. It covers: Write and Run an ASP Page, Send Information by Using Forms, Create a Guest Book, Display an Excel Spreadsheet in ASP. The second module covers: Rotate Information Randomly - Shows how to rotate ads on your Web page randomly, and Record Traffic with a Page Counter


Version: n/a   Platform(s): n/a   Updated: Tue Dec 18 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Your first ASP program   Hits: 935 

 
This is Part I of the "Start programming with ASP" article series by onlineprogrammer.org . It is designed for newbie web programmers. You will learn ASP with easy lessons, examples and exercises.


Version: n/a   Platform(s): n/a   Updated: Mon Jul 23 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ASP Web Programming Email Course   Hits: 716 

 
This is a 5 free lessons of ASP course delivered to you by email. You can ask your questions from tutors. You can also register for more advanced lessons with a small fee and a personal tutor will work with you to complete your lessons.


Version: n/a   Platform(s): n/a   Updated: Mon Jul  9 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Basic Active Server Pages Tutorial for Beginners   Hits: 2117 

 
This is a basic tutorial on ASP for beginners which will get them started in writing Active Server Pages. Topics covered: Installing Personal Web Server, Your first ASP page, and Understanding ASP Objects.


Version: n/a   Platform(s): n/a   Updated: Mon Jun 18 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Intro to ASP   Hits: 846 

 
This introductory tutorial will guide you through the anatomy of an ASP script, define objects and components, and give you some sample scripts to get you started. Then it discusses good scripting techniques, get into common ASP scripts, and talk about databases.


Version: n/a   Platform(s): n/a   Updated: Mon Nov  6 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   So What Are Active Server Pages?   Hits: 698 

 
This is a brief introduction to Active Server Pages (ASP). It discusses What are Active Server Pages, What Do I Need To Use ASP Pages, and So What Can I Do With It When I've Got It.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 24 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ASP Overview   Hits: 783 

 
This article by Microsoft describes the definition of an ASP File, Is it hard to use?, Object Model, and other ASP resources.


Version: n/a   Platform(s): n/a   Updated: Tue Aug 15 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ASP Introduction   Hits: 1186 

 
This is a quick introductory guide to ASP technology. Covers what it is, how it works, how to configure your computer to run ASP without a server, and creating system DSN for MS Access database.


Version: n/a   Platform(s): n/a   Updated: Sun Jun 11 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Introduction to Active Server Pages   Hits: 1003 

 
This article explains what Active Server Pages is, and presents a few short examples such as ASP Syntax, Browser Detection.


Version: n/a   Platform(s): n/a   Updated: Sun May 28 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 49    Displaying: 21 - 40 Pages:   1 2 3

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog