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: 1 - 20 Pages:  1 2 3

   AppendToLog in response object   Hits: 309 

 
There are many magic methods in response object. With AppendToLog method you can access and write your message to ISS logs. This could be very usefull if you wish to create custom messages in log files. But there is greate limitation of this method which can write maximum 80 characters and can not contains commas. Because log files are comma-delineated files and informations are splitting with commas.


Free   Version: n/a   Platform(s): windows   Updated: Wed Mar 28 2007

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

   Storing and retrieving variables from application object   Hits: 295 

 
In this tutorial, we will take a look at Application Object. When you've used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in server and all ASP pages can access the information. The main diffrences between Session Object and Application Object is Application Object stores information in server memory.


Free   Version: n/a   Platform(s): windows   Updated: Wed Mar 28 2007

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

   Response.Redirect Usage   Hits: 871 

 
Response.redirect is used to move any request form client to another page. This is most common usage to tell browser to get another page and to redirect any request to other source.


Free   Version: 1   Platform(s): n/a   Updated: Tue Jan  2 2007

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

   How to Find the Current URL with ASP   Hits: 1827 

 
This article will tell you how to find the full URL of the current page with ASP: domain name, path and the QueryString.


Free   Version: n/a   Platform(s): windows   Updated: Sun Dec 10 2006

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

   How to use the QueryString in ASP   Hits: 1474 

 
This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Dec 10 2006

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

   Introduction to Built-in Objects in ASP Pages   Hits: 403 

 
This tutorial helps you understand: How ASP server presents the programming environment to ASP pages with a number of run-time objects. Basic properties and methods of run-time objects: request, response, server, application, and session.


Free   Version: n/a   Platform(s): windows   Updated: Mon Oct 30 2006

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

   Using Object in ASP   Hits: 553 

 
To use an object in ASP, you should create an instance of an object. We use 'CreateObject method' creating object. Let's see it on an real application. .


Free   Version: n/a   Platform(s): n/a   Updated: Mon Sep 18 2006

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

   ASP Tutorials - Microsoft Scripting Runtime DLL   Hits: 474 

 
This tutorial helps you to understand: "scrrun.dll" "Dictionary" Class "FileSystemObject" Class "Drive" Class "Folder" Class "File" Class "TextStream" Class


Free   Version: n/a   Platform(s): windows   Updated: Sun Aug 27 2006

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

   ASP Tutorial (Tizag Tutorials)   Hits: 1102 

 
Learn the basics of ASP with Tizag.com's ASP Tutorial with more than 20 lessons from ASP syntax to connecting to a database.


Free   Version: n/a   Platform(s): n/a   Updated: Fri May  5 2006

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

   ASP Forms Tutorial   Hits: 1434 

 
Provides a step by step guide to pass ASP variables through a form and display the variables using response.write.


Free   Version: 1   Platform(s): n/a   Updated: Thu Nov 24 2005

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

   Installing ASP on Windows machines   Hits: 956 

 
Provides a step by step guide to installing ASP on Windows. Includes advice for installing on windows 95, Windows 98, XP and me.


Free   Version: 1   Platform(s): n/a   Updated: Thu Nov 24 2005

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

   Herong's Tutorial Notes on ASP   Hits: 1691 

 
Notes and sample codes collected while learning ASP. Topics covered include: ActiveX, ASP, attachment, binary file, book, collection, cookies, example, free, HTTP reponse header, IIS, language, online, Perl, redirect, sample codes, scripting, script debugger, script runtime DLL, session, tutorial, VBScript


Free   Version: 4.01   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Oct 19 2005

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

   ASP Looping Statements   Hits: 629 

 
ASP performs several types of repetitive operations, called "looping". Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. This tutorial shows the basic idea on how to use looping statements in ASP, along with examples, and descriptions of the examples.


Version: n/a   Platform(s): n/a   Updated: Wed Sep 27 2006

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

   Conditional Statements in ASP   Hits: 713 

 
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. There are two types of conditional statements in ASP: if...then and select case. In this tutorial we will show how to use both of them.


Version: n/a   Platform(s): n/a   Updated: Sat Sep 16 2006

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

   ASP Cookies Tutorial   Hits: 979 

 
Cookies can handle user information such as text, email address’s, browser information etc.. All is explained in this ASP cookie tutorial.


Version: 1   Platform(s): n/a   Updated: Thu Nov 24 2005

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

   Introduction to ASP   Hits: 919 

 
A fairly in-depth introduction to the ASP language.


Version: n/a   Platform(s): n/a   Updated: Sat Jul 30 2005

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

   Learn about Loops And Arrays in ASP   Hits: 652 

 
This great tutorial will take you through the basics of different types of loops in ASP.


Version: n/a   Platform(s): n/a   Updated: Sat Jul 30 2005

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

   Variables and Output   Hits: 607 

 
Learn the basics of variables and outputting text to the users browser in ASP.


Version: n/a   Platform(s): n/a   Updated: Sat Jul 30 2005

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

   All about IF Statements   Hits: 543 

 
Learn how to use IF statements in this tutorial.


Version: n/a   Platform(s): n/a   Updated: Sat Jul 30 2005

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

   Dynamic Copyright   Hits: 880 

 
There's nothing worse than seeing a site with a Copyright out of date. It's an immediate turnoff. This little function comes in handy for creating a copyright that never goes out of date.


Version: n/a   Platform(s): windows   Updated: Mon Mar  7 2005

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

  Total: 49    Displaying: 1 - 20 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