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 |