This article details how to leverage several technologies both client and server-side to create dependent HTML select objects using ASP, ADO, SQL and DHTML.
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.
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.
Date Dependent Content ASP / Content Management
Displaying content depending on what the current date value is a powerful and effective tool that adds value to any website. Whether it is to showcase a limited time offer, or to "automatically" update pages with new content while you're miles away. The following code repeats the process to three times to demonstrate the full effects of date dependent content.
Using ASP to create, edit, or delete information in a database ASP / Database Integration
This is a set of ASP examples/tutorials that demonstrate exactly how to use ASP with a database. Topics include: Using ADO To Add A New Record, Using ADO To Update An Existing Record, Using An Update Query To Modify An Existing Record, Using Delete Statement to Delete Records, Using A Select Statement (With A Loop), and ACCESS DATABASES ( DSN vs DSN-LESS).
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.
Remote Scripting With JavaScript and ASP ASP / Miscellaneous
Remote scripting is an extremely powerful feature available in both Netscape Navigator (4.x and above) and Internet Explorer (4.x and above). It allows us to use a combination of scripting languages to call server side ASP code from client side pages. Remote scripting treats our ASP pages as objects and allows us to use the object.method syntax to reference the functions contained within them.
Herong's Notes on ASP ASP / Getting Started
Notes and sample codes collected while learning ASP. Topics covered include: IIS, Script Debugger, VB Script, Objects, Session, Cookie, Script Runtime DLL, ADO, and performance.
Creating Dynamic JavaScript with ASP and Databases ASP / Miscellaneous
This tutorial explains how to put ASP tags inside of JavaScript blocks so developers can fit large amounts of data into one form on a single page. It provides an overview of things that can be done with dynamic JavaScript with ASP and data queries.