Basic Active Server Pages Tutorial for beginners ASP / Getting Started
This tutorial will teach you the basics of vbscript, ASP intrinsic objects, how to call ASP intrinsic objects and make use of them and what makes a .asp page different from a .htm / .html page.
Creating a simple ad rotating system using ASP ASP / Scripts
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. The component has been a part of ASP installation since the first version of ASP.
Built-in Objects ASP / General Development
This chapter describes:
* 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.
Creating a Server Component with Visual Basic ASP / Component Building
This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code into server-side components, developers not only increase Visual Basic functionality and ASP speed, but also find a marvelous way to encapsulate and protect their ASP source code.
Easy File Uploading Using Persit Component ASP / File Operations
Following asp source code is easiest way to upload files to your server. Source code is very short and user-friendly to modify to use in a real application. You ISP must provide your Persits Upload component.