Hits Today: 2 Total: 4118 | Updated: 4/8/2000 | |
 | This is a quick sample demonstrating the use of a Case statement. The three case links listed all refference the same URL. Different outputs are achieved by adding a parameter to the end of the URL.
Author: ASP 101 Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 12296 | Updated: 3/28/2000 | |
 | Demonstrates how to encrypt the information passed through the QueryString. Using the Vernam encryption technique, you can encrypt the variable names and values that are being passed through the QueryString. Author: Derrick Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 3717 | Updated: 6/26/2003 | |
 | Sure using the QueryString is an easy way to pass information from one ASP page to another, but there is a limit to the amount of information you can squeeze into the address bar.
Author: asp101.com Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 4777 | Updated: 5/12/2003 | |
 | This function decodes an encoded QueryString and replaces the URL entity equivelants with the original characters before encoding.
Author: Simon Trundle Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 4237 | Updated: 12/26/2003 | |
 | This tutorial shows you how to use query string in urls like in many sites e.g. used at http://vpn.xrs.net/
Author: Tuan Dinh Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 611 | Updated: 10/16/2006 | |
 | This function will remove a query string item from the querystring and return the new querystring in ASP. Author: Vladimir Miho Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 2442 | Updated: 4/24/2004 | |
 | The values that are returned by Request.Form and Request.QueryString are objects, rather than strings as you would expect. This causes subtle conversion problems in server-side scripts, and especially in JScript.
Author: microsoft.com Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 6142 | Updated: 12/16/2000 | |
 | Often when you build web applications you have the need for passing information from one page to another. Author: A. Haneng Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 3154 | Updated: 12/16/2000 | |
 | Learn to use query strings to pass information between ASP pages. If you haven't read part one, I would recommend reading it before this one.
Author: A. Haneng Code: ASP 2.0 & VBScript |
|