| Showing 1 - 10 from 37 tutorials on Page 1. |  | |
| | | Passing arrays from one page to another | | This article explains how to pass the values in an array from one page to another without using session or application variables. | | Added: 22 March 2007 - Visits: 178 | | | | | | | | Introduction to global.asa | | A short tutorial showing the basic the basic structure of the global.asa file. Describes different objects: Application_OnStart, Application_OnEnd, Session_OnStart, Session_OnEnd. An active servers counter is used as an example. | | Added: 21 March 2007 - Visits: 124 | | | | | | | | Maximize Your ASP Performance | | 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 a detailed tutorial on how to refine your scripts and ASP features for maximum speed. | | Added: 21 March 2007 - Visits: 136 | | | | | | | | Some Nifty Functions for Passing Variables Around | | Here are a set of very useful functions that allows you to pass variables around via forms, querystrings, and/or cookies. Source code available for download. More free help at www.webforumz.com | | Added: 21 March 2007 - Visits: 162 | | | | | | | | Dictionary object | | This tutorial explains basics of the Dictionary object by using two examples: translation of a number from English to Spanish and password protection. | | Added: 21 March 2007 - Visits: 140 | | | | | | | | Subroutines and Include/virtual | | 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. | | Added: 20 March 2007 - Visits: 135 | | | | | | | | if...Then...Else / For...Next Instructions | | 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. | | Added: 20 March 2007 - Visits: 110 | | | | | | | | Performance Metrics for the ASP Response Object | | This article takes a look at three different ways to output content using Response.Write: using context switching, simple Response.Write statements, and Response.Write statements within a With block. Also examines the performance implications of each ap... | | Added: 20 March 2007 - Visits: 123 | | | | | | | | Math functions | | Usage of the following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan(). | | Added: 20 March 2007 - Visits: 129 | | | | | |