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
Left() Mid() Right()
Implementing Multi-dimensional Arrays in JavaScript
Load Down: Application Center Test
Use prefix notation when naming your variables
Getting ASP Pages with QueryStrings Indexed by Search Engines
Mid Function
Using the Eval and Execute Functions
Using the EVAL method
Iterate Arrays with For Each
Sort a VBScript array
Create Convert Http strings into Clickable links
SQL string processing
Post binary data to URL from WSH/ASP/VBA/VBS
When Session Variables Go Bad - Introduction
ASP > Tips and Tutorials > String & Variables
Source List
All | Freeware

Code 1-20 of 97   Pages: Go to  1  2  3  4  5  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...





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...



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...



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...



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...



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...



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 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...



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...



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...



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...



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...



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...



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...



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...



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...



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...



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...



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...



The array items in VBscript array can be sorted out quicker by converting the array into JScript array sorting function. This article shows the simplest way to interchange VBScript and JScript arrays using which you can sort any number of array...