Working with arrays could be painful if you could not remove any item after adding them in an array. Arrays are very helpful in programming languages, but in ASP it is not so easy. VBScript does not contains strong functions to remove any item form your array list. Here there is a good ASP code block will be helpfull for your to remove and re-organized your array. .
Hits:339 Rate:0.0(out of 5) Vote:0 Submit Date :2006-09-25 Rate It | Error | Review
While passing variables as an URL's querystring, you should need to encode the string. All special characters like space must be written in adress bar in a form for browser. .
Hits:307 Rate:1.0(out of 5) Vote:1 Submit Date :2006-09-21 Rate It | Error | Review
Flash and ASP
The potential of 'Flash and ASP' has not yet been fully realized and there are not many articles or guides on the web to help you through your quest to find out more. We hope our guide not only teaches you to work with this less explored area of web development but also challenges and initiates you into trying to build the product by yourself. We have also consciously included tips and guidelines for better loading speed and small file sizes.
Hits:210 Rate:0.0(out of 5) Vote:0 Submit Date :2006-04-26 Rate It | Error | Review
Caching Data in ASP
Do you have a web page that takes a long time to generate? Do you have a SQL query that you want to cache the results? This tutorial will show how to use the Application object to store cached data.
Hits:203 Rate:0.0(out of 5) Vote:0 Submit Date :2006-04-26 Rate It | Error | Review
ASP and log files
Several methods to create hi-speed log files in ASP/VBS using Scripting.FileSystemObject and LogFile class of ScriptUtils. VBS Samples and performance comparison.
Hits:196 Rate:0.0(out of 5) Vote:0 Submit Date :2006-04-26 Rate It | Error | Review
Remote Scripting With JavaScript and ASP
Remote scripting is an extremely powerful feature available in both Netscape Navigator and Internet Explorer. It allows us to use a combination of scripting languages to call server side ASP code from the client using JavaScript. This article shows us how to install remote scripting as well as two examples of using it to interact with ASP scripts using client-side JavaScript code.
Hits:190 Rate:0.0(out of 5) Vote:0 Submit Date :2006-04-26 Rate It | Error | Review
Create a PDF file with ASP and SQL
This short tutorial will teach you how you can create a PDF file on the fly for free using ASP and a stored SQl Server procedure. Amazing!
Hits:189 Rate:0.0(out of 5) Vote:0 Submit Date :2006-04-26 Rate It | Error | Review
FORMATTING CURRENCY
If you are building a shooping cart, you want to modify currency. If you add this simple code inside your code, you may easily change currency format. To make this changes you must modify local identifier of page.
Hits:186 Rate:0.0(out of 5) Vote:0 Submit Date :2006-04-26 Rate It | Error | Review
Access ASP Application object from a remote script
Basic idea and full source code to remote access contents of ASP Application object from a remote script. Lets you read, write and enumerate application dictionary from the remote script (WSH, remote ASP/IIS server) or application.
Hits:121 Rate:0.0(out of 5) Vote:0 Submit Date :2006-04-26 Rate It | Error | Review