ASP Tutorial
This tutorial will introduce you to ASP. It assumes that you have installed and are familiar with IIS and the options package and have a basic knowledge of HTML. 48 Hits |
Comments |
Ratings (0)
Creating a simple ad rotating system using ASP
Creating a advertisement rotator page is easy - ASP comes with an Adrotator component that's easy to use. The component, called AdRotator, is installed when you install ASP. 38 Hits |
Comments |
Ratings (0)
Querying an Access database in ASP
Active Server Pages allow us an easy means of querying and updating a database from a webpage. This article describes the basics of using this technique in a nutshell. 39 Hits |
Comments |
Ratings (0)
Simple ASP Authentication System
This article describes how you can secure ASP applications using simple, but quite effective authentication schemes. This article uses a very simple way to achieve this. 42 Hits |
Comments |
Ratings (0)
Storing and retrieving variables from application object
In this tutorial, we will take a look at Application Object. When you've used Application Object, all ASP pages can store and retrieve the information from the server. 47 Hits |
Comments |
Ratings (0)