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 11-20 of 99   Pages: Go to  << Prior  1  2  3  4  5  6  7  8  9  10  Next >>  page  


This ASP article explains the ways to declare the variable names in web applications. It guides you to define the variable name in a way that itself makes others to understand the usage of that variable name and the data type it is assigned so as to



Conversion of Unicode and Punycode on web based text is demonstrated on this ASP tutorial with working demo. And from this tutorial you will be able to know the terms ByteArray, Punycode, HexString, Base64 and a lot more in text string manipulation.



In this little web based ASP article it is explained clearly what UBound Function does in array modules through simple means of examples. Describes the syntax of UBound Function to retrieve the size of an array and describes the parameters and values



This online ASP study module comes with the required function with it's functionable format to collect the referrer information who sent a link to web pages. For this, the JScript works with ASP to implement the needed task. It is more useful to keep



This little ASP article will be useful for the novice programmers in ASP to know about the basic functions in strings. And it is simply explained with an example how to output the length of a string. Syntax is given in the sample snippet where the pa



With the help of this ASP tutorial, it is clearly taught that StrCat.Catter component can be used to perform string concatenation process. Sample program lets you understand the limitations with VBScript's concatenation function where as StrCat.Catte



This is an ASP learning resource that describes in detail about the 'MID' function in strings. Tells the ways to give the parameters within the command to get the output. And instructs you how to give the position to filter the text. More useful for



One of the web based ASP article that gets you familiar with string and array functions. In this article, splitting a string into an array, filtering a particular word, finding the top most value of an array, joining strings, replacing an existing st



This tutorial tells you about the steps to pass the value from a client machine with the help of javascript and explains how to send that gathered information into an ASP variable. Sample program provides the required form methods and string function



Through this ASP tutorial, you can get many solutions for sending the array elements seperated by delimiters to the database server. This method helps you to pass the data faster and reduces your source length. Required functions to send array elemen