Advertisment
Active Server Pages give great performance, but you can make them even faster with a few tweaks to your code and database connections. Here's...
ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...
Views: 1004 | | by Daniel
ASP - Development
This is a simple one page example of how to display all Server, Application and Session variables. Also shows how to add & delete Session and...
Usage of the following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan().
Self explaining sort scripts to show how to compare strings: Basics, Compare two strings for similarity, Find position of a substrings within a...
A short tutorial on the If....Then...Else instructions sequence in ASP that is very similar to the one in different kind of scripting languages.
A short tutorial showing the basic the basic structure of the global.asa file. Describes different objects: Application_OnStart, Application_OnEnd,...
This tutorial covers several important Active Server Pages looping structures, including do..while, do..until, and select case structures.
This tutorial explains the basic use of Subroutines and Include virtual using SSI that may be used in ASP pages to make your code cleaner.
This tutorial explains basics of the Dictionary object by using two examples: translation of a number from English to Spanish and password...
This article takes a look at three different ways to output content using Response.Write: using context switching, simple Response.Write...
Views: 874 | | by Tutorial
ASP - Development
This step-by-step tutorial covers the basics from dynamic resizing of arrays, to useful array functions, to finding elements in an array and...
This is a short tip on how to build dynamic cascading style sheets using an ASP page. Stylesheets are useful for separating the content and...
This short tutorial describes a little function that is useful in debugging your ASP pages. This function, FormDataDump(), outputs all of the form...
Using classes in ASP 3.0 we can create dynamic arrays of objects. This article presents a sample code showing how to implement a class of dynamic...
This article discusses the usage of persistence with the Application object in detail. Explains when to use Persistence, advantanges and...
This article examines how to strip HTML tags using regular expressions. Regular expressions are nifty little buggers that can be used to perform...
Views: 842 | | by Stephen
ASP - Development
This is a short exmaple that demonstrates the text manipulation functions in .asp. It takes a string of ten numbers 8005551212 (the 800 number for...
The author writes 'When it comes to debugging ASP, you often want to keep track of the variable values throughout the script. This article...
There are 8 events available in ASP grouped by Global Events, Class Events, and Transactional Events. This is a nice summary tutorial on how to use...