|
There are many ways to use
Overview and a quick example
Many times we need to perform
This short tutorial describes
arrays. This page shows a
of the Len() function that
an action or display
a little function that is
couple of quick examples for
calculates the LENGTH of a
something different based on
useful in debugging your ASP
using arrays in ASP.
string.
some different parameters.
pages. This function,
Using If ElseIf End If is
FormDataDump(), outputs all
one such way to do this.
of the form variables being
passed into a page. Various
options for this function
allow the developer to view
the values in a
'debugger-style' mode, or in
a 'quiet-mode,' in which
case the form variable
output is hidden from the
end user.
Date: Jun, 17 2002 Date: Jun, 17 2002 Date: Jun, 10 2002 Date: Jun, 29 2001 |
|
There are 8 events available
Often times it is necessary
ASP pages are executed on the
Here are a set of very useful
in ASP grouped by Global
to take a string and dice it
fly by a server when they
functions that allows you to
Events, Class Events, and
up in order to extract
are requested by a visitor.
pass variables around via
Transactional Events. This
portions to be used for some
Because they are not
forms, querystrings, and/or
is a nice summary tutorial
obscure purpose. Enter the
compiled, ASP scripts are
cookies. Source code
on how to use them in your
Split() function. Split is a
slow and hold up the
available for download. More
applications.
very easy concept to grasp.
processing of an html page.
free help at
Decide where you want to
This results in people
www.webforumz.com
split your string and away
leaving your site and
you go.
severely reduces the
enjoyment that your asp apps
can provide. This short
tutorial provides a few tips
to increase the execution
speed of your asp programs.
Date: Jan, 03 2001 Date: Jun, 17 2002 Date: Aug, 13 2000 Date: Aug, 28 2003 |