Search
Advanced Search
Show Categories
Add New Script
Modify script
About Us
Terms Of Use
Link To Us
Recommend Us
Contact Us
Links
List by category
Most popular
 1. WeberDev's Forums
 2. Easy payments...
 3. Circular preloader
 4. Phase...
 5. FFTW with OpenCV
 6. Menu with...
 7. Basic...
 8. UserGate...
 9. PixExpose
10. Two Levels XML...
more ...
Top rated
 1. Pixel Ad Script
 2. Googlebot last...
 3. Export MS...
 4. XMLNuke
 5. Smash Bugs | ...
 6. EViLDDL Top Site
 7. Visitor Statistics
 8. Site Web...
 9. The Perfect...
10. CodeAvalanche...
more...

HOME > ASP > Introduction to ASP

 Introduction to ASP scripts

AppendToLog in response object
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 w
 
Storing and retrieving variables from...
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. T
 
Response.Redirect Usage
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.
 
Introduction to Built-in Objects in ASP Pages
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.
 
ASP Looping Statements
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 th
 
Using Object in ASP
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. .
 
Conditional Statements in ASP
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 tutoria
 
ASP Tutorials - Microsoft Scripting Runtime DLL
This tutorial helps you to understand: "scrrun.dll" "Dictionary" Class "FileSystemObject" Class "Drive" Class "Folder" Class "File" Class "TextStream" Class
 
ASP Forms Tutorial
Provides a step by step guide to pass ASP variables through a form and display the variables using response.write.
 
Installing ASP on Windows machines
Provides a step by step guide to installing ASP on Windows. Includes advice for installing on windows 95, Windows 98, XP and me.
 
1 2 3 4 5