Categories
Tags → Array In Asp

ASPShipping

Since there are no free open source ASP solutions for live shipping rates with UPS, FedEx and USPS I decided that I''m going to write a free open source solution that anyone can use. This code is all 100% ASP and requires no non-Microsoft plugin...
DETAILS

Working with Array : Remove An Item

Working with arrays could be painful if you could not remove any item after adding them in an array. Arrays are very helpful in programming languages, but in ASP it is not so easy. VBScript does not contains strong functions to remove any item form y...
DETAILS

ASP Session Transfer across domains

You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables. This is the purpose of the XSess S...
DETAILS

Stacked Bar Chart

Sample code to render a stacked bar chart in ASP. Uses a different color for each stack and each stack will have its own tool tip. Just pass an array with your colors, one for each bar. The colors are specified by name, each color name has a correspo...
DETAILS

Client-Side Scripting and ASP

This article looks at a couple of ways to get the code in the client-side and server-side to communicate each other: Using the Javascript Array and Using ASP and XML.
DETAILS

ASPSort

The ASPSort ASP component provides a simple way to quick sort ASP arrays. The routines are written in C++ and are quick. The module can sort up to 12 single dimension ASP arrays deep, or a single multi-dimensioned array of any legal size.
DETAILS
©2003-2019 jCay.com