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 1-10 of 99   Pages: Go to  1  2  3  ...  10  Next >>  page  


In this ASP tutorial, the benefits and disadvantages of Session Variables are analysed where the solutions are also provided to reduce the probelms when using session variables in ASP applications such as newsgroups. Also, describes the utility of da



This validation process is widely useful on user registration forms like web applications to check whether the inputted data is within the particular range of length. Simply with the help of CheckStringLength(strText) string function this process ca



How varaibles and it's values are accessed through scripts and programs in which they incorporated is clearly described in this online ASP tutorial. Here, the JScript variables scope is explained with sample snippet. Lists the uses of global variable



In this online ASP learning module, the basic aspects in variables are taught with clear explanation. It describes about the data types used to store string values, number values, etc., And a detailed description can be learnt on VARIANTS in VBScript



Through this online ASP course, the learners in web development can improve their knowledge and can gain the tips to manipulate VBScript array functions in ASP. This article lists the steps how an array can be created and also explains why it should



This ASP tutorial explains the two arithmetic string functions with clear examples. Teaches that EVAL function can be used to evaluate a mathematic function which contains more than one arithmetic operation within one statement where as EXECUTE comma



This tutorial in ASP will be useful for the learners in ASP to know about the string function - EVAL() by easier means of sample snippet. Explains that this function can be used to perform more than one arithmetic process that has been given in the s



The various uses of SPLIT() function in VBScript is clearly learnt with the help of this ASP article that shows an example program for an easier understanding. From this article, you will come to know how to split text sentence and can store them in



It is often needed to pass the values between pages and the ways to implement the sending process can be learnt quickly and easily through this web based online tutorial. Here, it is shown how you can use querystring to pass data to and from ASP form



This ASP tutorial instructs you to encode the URL of forms and ASP pages used to transfer the content from one location to another. And it explains the uses of converting the string data in encoded format to reduce the complexity and to send the form