 
  |
 |
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 Forms Tutorial
|
|
 |
|
Provides a step by step guide to pass ASP variables through a form and display the variables using response.write.
|
 |
| |
|
 |
 
  |