Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
When Session Variables Go Bad - Introduction
Validation example string length
Variable Scope
Variables and Values in VBScript
Variables, Values, and Arrays in VBScript
Using the Eval and Execute Functions
Using the EVAL method
Using The Split() Function
Using a query string to send information
URLEncode Function
Use prefix notation when naming your variables
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 71-80 of 99   Pages: Go to  << Prior  1  2  3  4  5  6  7  8  9  10  Next >>  page  


This is an online tutorial in which the author deals with using Dim statement to declare the array and also guides readers to pass the same array into a parameter to determine how many items that the array can obtain. The author of this tutorial clea



This effective ASP array handling system develops your coding skills in ASP and provides more useful info about dynamic array class. The necessity of resizing an array dynamically when adding a new item or deleting the existing item is taught clearly



This is a web based ASP study system that shows the ways to you to retrieve all session variables that are currently available on your ASP application. Also, explains how to keep them right on their own window. Comes with the sample snippet that impl



This web based ASP article provides useful instructions on how to display all array items on web pages through ASP. It is first suggested to implement the FOR NEXT loop to retrieve each item one by one starting from lower index upto upper index. And



Display Server Variables is a simple script that helps the programmers to read their site visitors system details like operating system, browser, IP address etc., This will be very useful for the programmers to read the clients system details for ser



One of the string functions in ASP web based tutorial that demonstrates how to implement the Split() functions to obtain pages in DHTML from a long string. Functions are given in the sample program that tells the ways to determine the number of line



One of the online ASP learning module that comes with detailed explanation to let you understand quickly on how to find the position of an array item. It describes the FOR LOOP function to go through every element when you want to know the existence



This ASP guide provides more information on declaring variables on ASP applications. It instructs you that if variables are given all over the ASP page, it would cause problem. And suggests you to declare the variables either at the top or end of the



This ASP guide can be learnt online to get basic and useful tips on array functions that works in addition with ASP. Demonstrates multiple ways on how to create arrays via VBScript and teaches about Split function with delimited strings for array cre



ASP programmers can get more information on dynamic array creation and can learn how to create dictionary objects using arrays in ASP. Explains how to store values into dictionary object and how to access them via ASP and arrays. From the provided ex