Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | ASP | Tutorials & Tips | Miscellaneous

Results 1-20 of 40
How to find out the Page Load time using ASP
The complete tutorial and code which will display the Page Load time using ASP
(3 ratings)
Reviews0
PriceFree
Views1608
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.
(3 ratings)
Reviews0
PriceFree
Views1643
Creating Excel Files Online
ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what to do with the file. Second step is to edit file name. You can use HTML and CSS to create styles in your word document. .
(3 ratings)
Reviews0
PriceFree
Views1706
Creating Excel Reports with ASP
This tutoral shows a simple method of turning HTML reports into Excel reports, and for moving calculations from the server to the client, using Excel functions. It allows the server to dynamically create Excel reports without taking up any space on the server. It also allows multiple concurrent users to receive these reports simultaneously. Lastly, the generated reports can be complete with Excel formulas, which allows intensive calculations to be moved to the client side. This method only works with Excel 97 or later.
(6 ratings)
Reviews0
PriceFree
Views3884
Find a visitor's IP Address with ASP
Do you want to know the IP address of a visitor? This can be useful for many reasons, such as tracking site usage or blocking access to specific people. Here's how you can find it. It also tells you how to access the other items in the Request.ServerVariables collection.
(19 ratings)
Reviews1
PriceFree
Views3458
How to Get the Current Page URL
Sometimes, you might want to get the current page URL that is shown in the browser URL window. For example if you want to let your visitors submit a blog post to Digg you need to get that same exact URL. There are plenty of other reasons as well. In this tutorial we will show how you can do that.
(3 ratings)
Reviews0
PriceFree
Views3853
Create a dynamic PDF report with ASP/SQL SERVER
This is the first article of a series that explains how to create a stored procedure and to call it from ASP or directly from SQL Server. The stored procedure will in turn create a simple column based report in PDF without using any external tools or libraries (and their associated licensing costs!).
(9 ratings)
Reviews0
PriceFree
Views6994
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.
(3 ratings)
Reviews0
PriceFree
Views1914
Working with Array : Remove An Item
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.
(6 ratings)
Reviews0
PriceFree
Views2864
ContentType tutorial
ContentType command allows to use an asp file as a source for plain text, html, images, pdf files.
(3 ratings)
Reviews0
PriceFree
Views2244
Finding links using Regular Expression Syntax
In this example source code we will find links in a test using regular expression syntax. You may use this pattern to find in a custom script.
(3 ratings)
Reviews0
PriceFree
Views2014
LTrim; RTrim; and Trim Functions
You may use these functions to use to lead spacing. For left of string LTRIM, right of string TRIM, for both side TRIM.
(15 ratings)
Reviews0
PriceFree
Views2793
ASP 3.0 Object Model
Here, you will find reference material on Active Server Pages 3.0 Object model. Browse through all the methods, collections, properties and events in ASP Object Model (Six built-in Objects including the new ASPError Object).
(0 ratings)
Reviews0
PriceFree
Views2635
404 Error Report
No one likes to see 404 pages and it's even worse when you find one on your own site. This tutorila explains how to make the 404 page useful to the user and notify yourself so you can fix them ASAP.
(0 ratings)
Reviews0
PriceFree
Views2101
Global.asa
Global.asa is the "dark file of ASP" and many don't even know that it exits. The truth is that Global.asa can be a powerful tool, but it's not as good at it should, and is often difficult to master. The following lesson give you a brief guide on Global.asa.
(0 ratings)
Reviews0
PriceFree
Views2508
HTML code reduction
This script will open all HTML pages within the specified directory, reduce the file size of your html pages, and the files will be saved back. You may password protect the script, and it will allow a faster transmission of the page. A good script to learn how those task are perform.
(0 ratings)
Reviews0
PriceFree
Views1499
Color Safe Palette or Nested For Next Loops & Arrays
The browser can do a great many things, but it has a limit of 216 colors that can �safely� (without dithering or color washout) display. Fortunately, there are many ways that you can display all the color combinations in the browser safe color palette. By placing the six possible values for color (00,33,66,99,CC,FF) in an array and nesting three for next statements with values one through six a table with all the color codes will neatly be displayed in a table.
(0 ratings)
Reviews0
PriceFree
Views2058
Professional Windows DNA
This is a sample chapter from Wrox Press book 'Professional Windows DNA.' It prvides info on building web applications with VB, COM+, MSMQ, SOAP and ASP.
(0 ratings)
Reviews0
PriceFree
Views1311
How to display your code
Here is a solution to displaying ASP code in an ASP page without executing the code. Useful for displaying the code in an article about ASP.
(0 ratings)
Reviews0
PriceFree
Views1295
Determining How Long Your Users Spend Filling Out Forms
The author writes "Have you ever wondered how long your visitor spends filling out a particular form? Such information is vital for companies that conduct business on the Internet." This article describes how to easily determine how long your users spend filling out forms on your Web pages.
(0 ratings)
Reviews0
PriceFree
Views1176
Results 1-20 of 40