ASP Tutorials

Dumping Form Information Onto a Web Page
There comes a time when you have to create very complex, very comprehensive online forms consisting of 30 to 40 fields. While debugging the form output, or while validating the individual form fields (for example, if all the fields have been filled), you need to dump all the form field with their names and with their respective values onto a web page so you can see exactly what is coming from where. This tutorial tells you how to do that.
Thursday, 9th March 2006
Decision Making and Looping
A common feature of any programming script/language is, its ability to perform repeat tasks until a condition is satisfied, and, its ability to take decision. After all, there can be no logic if a program cannot decide what to do and what not to do (sounds like a Shakespearean statement).
Thursday, 9th March 2006
Dumping Form Information Onto a Web Page using ASP
There comes a time when you have to create very complex, very comprehensive online forms consisting of 30 to 40 fields. While debugging the form output, or while validating the individual form fields (for example, if all the fields have been filled), you need to dump all the form field with their names and with their respective values onto a web page so you can see exactly what is coming from where. This tutorial tells you how to do that...
Thursday, 18th August 2005
Sending HTML Email with ASP
Let's now see how we can send HTML messages using the Active Server Pages. The process is quite similar to sending the regular, text message, but yes, there are a few modifications. Using the code given, you can send HTML messages...
Thursday, 18th August 2005
Emailing Form Data with ASP
Recently a client asked me to write a CGI program to handle the form output at his site. As usual, he wanted the form content, entered by the visitor, to be sent to him in a readable format. As you have read above, my knowledge of Perl is not exactly enough to enable me to write serious CGI routines. I was about to refer him to a friend of mine, when I noticed (I haven't developed his site) that his site has been developed in ASP (no programming, just HTML pages saved as something.asp). Voila! Writing a form handling routine in ASP is cake walk. Here is how we do it.
Thursday, 18th August 2005
Getting Your Hands Dirty With VBScript
I know some people don't like VBScript for being Microsoft-Centric, but it's very easy to get familiar with, and once you know how to create your ASP pages in VBScript, you can move on to any programming language of your choice.
Thursday, 18th August 2005
Your First ASP Page
ASP pages (Active Server Pages sounds a bit melodramatic but its easier to refer to them like this) are nothing but web pages. The difference is that they have an extension .ASP and you write the code in a Server Side Scripting language.
Thursday, 18th August 2005
Arrays in ASP
Now and then you have to store related items in arrays. I assume you are aware of their fundamental features of arrays, so I'm going to tell you how they are handled in ASP, in VBScript.
Tuesday, 2nd August 2005
If...then...Else
If you try to do any ASP programming, it won't be long before you need the If...then statement. This very simple tutorial talks you through the syntax used and shows you how can use it.
Thursday, 28th July 2005
Display a random file using ASP
Every ad has its own file which contains the HTML code for the ad (image, description and a link). To display a random ad I use an include file that opens a random file and displays its content...
Thursday, 28th July 2005

Developer Categories



Developer Tutorials
ASP
CGI & Perl
CSS
Flash
HTML
Java
JavaScript
MySQL
PHP
Python
XML

Developer Documentation

Developer Tools



Search our Developer Tutorials
  The DevSyndicate Network