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
StrCat.Catter - An Efficient String Concatenation Component
Top Code
Multi-dimensional arrays
HTML Parsing Function Library
Left() Mid() Right()
Remove item from array
Proper Capitalization
Sorting a Two-Dimensional Array using a Bubble Sort
Passing Arrays from One ASP Page to Another
Implementing Multi-dimensional Arrays in JavaScript
Generate a Random Picture with ASP
Formating Numbers and Digits
Load Down: Application Center Test
Use prefix notation when naming your variables
Mid Function
Using the Eval and Execute Functions
Using the EVAL method
ASP > Tips and Tutorials > String & Variables
Source List
All | Freeware

Code 41-60 of 96   Pages: Go to  << Prior  1  2  3  4  5  Next >>  page  


ASP programmers can study this tutorial online to acquire information about how to transfer the data in one page to another page through ASP. Clearly demosnstrates with an example how to pass the value by hidding it. It lets you to retrieve the...





It is an ASP learning course that illustrates the steps needed to create a Multi-dimensional array with desired column and row and tells how to assign values to rows and columns. From the given sample snippet, you will learn about the array...



You can learn the ways to manipulate your string data through ASP by going through this online ASP tutorial. A detailed explanation is available on this article about the string function MID() with exact syntax and the parameters are explained...



This ASP study material is an useful source for the beginners in ASP to learn about the functions of arrays to handle data in lists. This article teaches you how to eliminate a particular item from an array and demonstrates how to expand the list...



Those who want to learn more functions on strings in ASP can go through this online ASP learning module which lets them to understand the text trimming task easily. More useful to extract just the needed text or characters after and before the...



In this ASP online study module, it is given in detail why errors occur when passing form values dynamically using Microsoft's Web Application Stress Tool (WAST) where it instructs you to use Microsoft's new load-testing tool - Application Center...



This ASP tutorial gives clear explanation for the string functions Left(), Mid() and Right() with an example that demonstrates how to extract the first, middle, and last characters from a given string respectively. Widely useful for ASP forms and...



A smaller ASP tutorial that describes the LEN() functions and explains it's usage. Syntax is given with a simple snippet that lets you know how to implement the said functions in your web applications and programs to work with strings and to get...



It is an ASP tutorial that demonstrates the For Next loop and For Each conditional tools in ASP to produce the array variables to a particular number. With the help of example program you can learn how to create the array structure to store the...



This web based ASP tutorial directs you to use the string functions for various purposes and here it is taught that using ASP math functions you can check if a given number is prime or not. The provided program prompts to enter a number and the...



This ASP tutorial provides soltutions to examine a string to verify if it is made of only with alphabets. In-built program iterate through each charater and compares it with A-Z and simply outputs the result whether the given string is alpha or...



A simple but an easier tutorial that describes how to implement multi-dimensional array to print out a set of same kind of data type. The javascript functions are explained combined with ASP method to store values into multi-dimensional array and...



This ASP tutorial teaches you about the ways to check a number data contains any text characters, to check the inputted number is within a particular range and to eliminate those numbers if it fails to satisfy the above two verifications....



The usage of strings within ASP applications can be learnt through this ASP article that clearly provides solutions to parse the HTML documents to filter required text by removing the HTML tags. Seperate source snippets describe all needed process...



The usage of server variables is listed out on this ASP tutorial that describes how server variables can be accessed through ASP to collect web based information. Describes the utilities of environment variables to get such detail like...



A web based ASP online learning source that describes on how to track the information inputted in a particluar form by creating a Dictionary Object with the help of the string functions in ASP. HTML form creation is also explained in this article...



This online tutorial is more beneficial for the web developeres who want to include structure in their applications to perform the data transfer between ASP pages and VB Components. Here, the author explains how to use Recordset methods to update...



Generating random numbers in ASP applications for example to sort database records randomly and to display random number with registration form, order form etc., is clearly explained in this ASP tutorial and the sample coding aids to understand...



This ASP article provides the step by step explanation to create the random numbers for the images you use with your ASP page. Lets you to use the number of images as the highest number with random number generation process. Any number of banner...



Through this web based ASP tutorial, it is possible for you to format the given string as title case. This article explains the TitleCase function with example text sentence given through it's parameters and simply using string conversion method...