- 1,251 categories
- 40,829 scripts
- 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...
- 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 informat...
- 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.
- 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.
- Platforms
- Licenses
- Commercial License,
- Free for non-commercial use
- 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 tutoria...
- 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. .
- 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...
- This tutorial helps you to understand: &"scrrun.dll&" &"Dictionary&" Class &"FileSystemObject&" Class &"Drive&" Class &"Folder&" Class &"File&am...
- Platforms
- Licenses
- Commercial License,
- Free for non-commercial use
- Cookies can handle user information such as text, email address s, browser information etc.. All is explained in this ASP cookie tutorial.
- Provides a step by step guide to pass ASP variables through a form and display the variables using response.write.
Page: