Mapping HTML to Run ASP Scripts
It seems normal and natural for a Microsoft IIS Webserver, which is set up to run ASP Classic code, to therefore process any .ASP file […]
It seems normal and natural for a Microsoft IIS Webserver, which is set up to run ASP Classic code, to therefore process any .ASP file […]
When you’re using ASP Classic on Microsoft IIS servers, you generally don’t want all your 500 errors showing up to the public. They could get […]
One of the most troubling parts of ASP and SQL for new programmers can be how to handle apostrophes and other special characters. Here is […]
I admit it. I’m an old-school programmer. You can probably guess that by the fact that I love coding in ASP classic. I also code […]
I’ve just created a brand new look for my ASP programming blog. What do you think? Let me know!
The Asc function might seem obscure at first – who wants to know the ascii code for characters? But this actually can become quite important […]
You can use cStr to turn an integer into a string. This helps make string processing much easier. cStr ASP String Function
Do you have two tables, and want to be able to calculate totals and merge information across them? Just join them together! This isn’t even […]
InStr is a commonly used ASP function that allows you to determine where a character or characters falls within a string. This is much like […]
LCase is a commonly used ASP function that allows you to convert all characters in a string to their lower case versions. It only takes […]
Copyright © 2024 | WordPress Theme by MH Themes