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 |