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 21-40 of 96   Pages: Go to  << Prior  1  2  3  4  5  Next >>  page  


This is more useful for the web developers in ASP language to get more details in string handling functions in ASP. This article illustrates the steps to create two dimensional array with variables and suggests the bubble sorting method to arrange...





This ASP learning module analyses the usage of array functions in VBScript Combsort and bobblesort. The author prefers the Combsort method to sort larger arrays in no time. The given table lists the difference on Combsort and Bubblesort...



An ASP tutorial that educates you about the usage of querystring functions in building a website which has only one page with several navigation links. This article describes how all links can be accessed within a single page through Querystrings....



This ASP educational module teaches you how ASP function can be used together with HTML to output the server variables such as HTTP_USER_AGENT, HTTP_REFFERER, REMOTE_HOST, HTTP_COOKIE etc., with their values. This is very useful to collect the...



This web based ASP resource describes the benefits of server variables to display site statistics, to collect user information etc., From which you can learn the ASP functions to grab the current value of server variables. It comes with a little...



From this article ASP developers and web programmers can get more useful tips to create application to send various types documents like Adobe Acrobat (.pdf), Microsoft Word (.doc) and PKZip (.zip) to their users and explains the ways to enable...



This is a web based ASP article that comes with a little ASP snippet and through which the learners in ASP can learn how array functions are used to manipulate the items stored in an array. From the provided program you will be able to know the...



Bad words in the text fields of a comment form or other ASP forms can be detected and can be removed / replaced with the new words is explained with two little snippets from which you can obtain the required array string functions and their...



Those who need to store the file contents into an array can study this online ASP material to create a dynamic array. After reading this they can generate their own snippet to read a file line by line and can store them into the current array by...



Here, the string and ASP functions used to implement randomized ordering task is clearly described with a sample ASP snippet which also has an online demo. By reading this / article, you will be able to create your own sorting system in ASP....



An efficient online ASP study material which describes every aspect of ASP query string with detailed explanation that describes the uses of passing information from one page to another and also teaches how to perform this using querystring...



Problems with ad rotating can be solved with the help of the ad solutions provided in this ASP based string article. This article suggests you to create a queue module to place the displayed ads in the last position so as to display the first ad...



With the help of this ASP learning module, it is obviously illustrated how an element in an array can be called and can be displayed together with other text expressions. More useful to get info on data manipulation through ASP and this article...



This string manipulation article lets you know the steps needed to convert the text in proper case format. The function PropCase() is illustrated with an example program how to capitalize the starting letter of each word that are passed through an...



More beneficial for ASP learners to gain more knowledge in sending binary files to a URL in ASP. And this tutorial clearly depicts how you can pass binary data using WSH, VBA and VBS in addition to ASP through internet explorer without the need of...



This is one of the online ASP tutorial from which you can understand the process of passing array values into ASP / HTML forms and learn the ways to retrieve the array items in the forms to an array. Source code gives the required functions with...



It is obviously stated in this ASP article about the uses of arrays in sending information through web browsers. Implementation of FIFO process in arrays for data transfer in ASP form is demonstrated using VBScript and javascript technologies....



A web based ASP course that clearly explains how the arrays in the ASP form page can be sent to another ASP page. Instead of using session variables here it is described to use querystring to pass strings and number arrays. And the given ASP...



It is an ASP tutorial that describes the uses of querystring in ASP to send the data to web pages. And from the sample program, you can learn about the functions and properties of query string function to post data into website pages.



It is a web based ASP learning source that elaborately explains how 'POST' method can be used to pass the variables between pages by hiding the values. Also, it defines the uses of POST method to pass non-characters, to send mulitple information,...