- 1,233 categories
- 40,403 scripts
Updated: 08/27/2003
- 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 corresponding spacer, a gif image file that is dynamically plugged into the IMG tag SRC attribute via the asp code. Sample code available for download.
- Categories
- Tags
- Platforms
- Licenses
- 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...
- 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...
- 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...
- 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.
- 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.