Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
When Session Variables Go Bad - Introduction
Variables, Values, and Arrays in VBScript
Variables and Values in VBScript
Variable Scope
Validation example string length
Using the EVAL method
Using The Split() Function
Using the Eval and Execute Functions
Using a query string to send information
Use prefix notation when naming your variables
URLEncode Function
Unicode to punycode online decoder and encoder
UBound Function
Trace your referrer
The Len() Function
Top Code
A Fast String Class for ASP Pages
Accessing and Changing Arrays
Add Item to array
All About Variables Part 1 : Defining and Using
Alter a string in an .ASP Page for use in an SQL statement
Applications and application variables
Arrays
ASP Random Code Generator
ASP Variables
Beginner's Guide to Effective use of Arrays in ASP
Capitalization in your code
Check a number is in a valid range
Client-Side Validation of HTML Form Data Using VB Script
ColorConversion Object 2.0
Comparing two sets of data
ASP > Tips and Tutorials > String & Variables
Source List
All | Freeware

Code 91-99 of 99   Pages: Go to  << Prior  1  ...  8  9  10  page  


More information on Variables in ASP is provided in this ASP study module which will be more useful for the initial stage ASP developers. Describes the 'variant' datatype in ASP to contain either string or numeric value. Sample coding shows how strin



This online ASP article tells you the easier ways to generate the random codes dynamically. The length of the code and the number of combinations of the code length should be given when initiating the code generator function. Comes with source code t



One of the ASP tutorial through which you can learn how to collect the application variables that are available in application memory. All variable values can be displayed on pages using Response.Write function in ASP. More useful to show information



A clear explanation about few functions in arrays is taught through this ASP tutorial. The described array statements are: DIM to define the size of array,- REDIM - to resize the array which causes the removal of array items,- PRESERVE - the function



This ASP article guides you how to handle the ASP strings as values to be used with SQL output statement. Provided program lets you know which functions are used to alter a string in ASP that has been given within single quotes to value so as to be u



By reading this online ASP article, you can understand many things on variables which guides you to declare a variable and to name a variable to make it sense. Limitations lets you define the variable names properly. How variables can be called to pe



From this online ASP resource you will be able to know about adding items to array for administering the data files. In this article, it is explained with a little program which function should be used to add a value to an array dynamically. Required



One of the ASP based online array tutorial that educates about the several uses of index value in conjunction with array elements. Replacing the existing elements with a new item in a specific index can be done in more than ways. And it is explained



More information on strings with ASP application can be learnt online through this ASP tutorial that demonstrates the VBScript string functions to work with dynamic tables on a database and instructs you to implement the faster way to manipulate your