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


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, etc



ASP programmers can study this tutorial online to acquire information about how to transfer the data in one page to another page through ASP. Clearly demosnstrates with an example how to pass the value by hidding it. It lets you to retrieve the input



It is an ASP learning course that illustrates the steps needed to create a Multi-dimensional array with desired column and row and tells how to assign values to rows and columns. From the given sample snippet, you will learn about the array functions



You can learn the ways to manipulate your string data through ASP by going through this online ASP tutorial. A detailed explanation is available on this article about the string function MID() with exact syntax and the parameters are explained clearl



This ASP study material is an useful source for the beginners in ASP to learn about the functions of arrays to handle data in lists. This article teaches you how to eliminate a particular item from an array and demonstrates how to expand the list cap



Those who want to learn more functions on strings in ASP can go through this online ASP learning module which lets them to understand the text trimming task easily. More useful to extract just the needed text or characters after and before the text w



In this ASP online study module, it is given in detail why errors occur when passing form values dynamically using Microsoft's Web Application Stress Tool (WAST) where it instructs you to use Microsoft's new load-testing tool - Application Center Tes



This ASP tutorial gives clear explanation for the string functions Left(), Mid() and Right() with an example that demonstrates how to extract the first, middle, and last characters from a given string respectively. Widely useful for ASP forms and app



A smaller ASP tutorial that describes the LEN() functions and explains it's usage. Syntax is given with a simple snippet that lets you know how to implement the said functions in your web applications and programs to work with strings and to get the