https://www.developerfusion.com/t/asp3/code/sort/popularity/ ASP (3.0) Sample code from Developer Fusion 2009-02-10T11:24:00.00Z http://www.developerfusion.com/code/2058/determine-execution-time-in-php/ Determine execution time in PHP 2002-03-08T07:13:00.00Z This is based on the ASP script posted by Lio. It will determine the time taken for a php script to execute correct to 0.000000000000001 seconds. Gringod http://www.developerfusion.com/code/1626/get-the-visitors-ip-address/ Get the visitor's IP address 2001-08-13T12:53:00.00Z How to get the visitors IP address from within your ASP script James Crowley http://www.developerfusion.com/code/9723/binding-multiple-fields-to-aspnet-listcontrol-classes/ Binding Multiple Fields to ASP.NET ListControl classes 2009-02-10T11:24:00.00Z Out of the box, the ASP.NET list controls (CheckBoxList, RadioButtonList, DropDownList) only support data binding on a single field. Learn how to work around this to bind to as many fields as you need. Neil Dodson http://www.developerfusion.com/code/4687/cross-page-postbacks-in-aspnet-20/ Cross page postbacks in ASP.NET 2.0 2005-04-11T16:06:00.00Z ASP.NET 2.0 introduces the ability to have an ASPX page postback to a different ASPX page with cross page postbacks. This was done all the time in ASP but wasn’t supported in ASP.NET 1.x. Here we show you how to use this new feature. Brock Allen http://www.developerfusion.com/code/3293/a-calendar-class-for-classic-asp/ A Calendar Class for Classic ASP 2004-01-26T11:14:00.00Z Provides source code for a calendar to embed in your ASP applications Macky M http://www.developerfusion.com/code/1601/iterate-arrays-with-for-each/ Iterate Arrays with For Each 2001-07-18T17:52:00.00Z How to iterate arrays with the For Each statement ElementK Journals http://www.developerfusion.com/code/4649/debug-aspnet-pages-using-tracing/ Debug ASP.NET pages using Tracing 2005-01-07T08:48:00.00Z Demonstrates a useful debugging technique taking advantage of traces in ASP.NET. Julian Roberts http://www.developerfusion.com/code/1606/create-an-iif-statement-in-vbscript/ Create an IIF statement in VBScript 2001-07-18T18:13:00.00Z How to create a VBScript/ASP equivilant of the VB IIF statement ElementK Journals http://www.developerfusion.com/code/4658/sending-email-from-aspnet/ Sending email from ASP.NET 2005-01-17T02:09:00.00Z One of the most commonly performed operations that I see in web applications - aside from database actions - is sending email from code. This demonstrates how in ASP.NET. Orcs Web http://www.developerfusion.com/code/235/determining-the-loggedon-user-from-asp/ Determining the logged-on user from ASP 2001-07-14T14:48:00.00Z How to determine the current user when using the Basic or NT Challenge/Response security ElementK Journals http://www.developerfusion.com/code/1745/number-of-visitors-online/ Number of visitors online 2001-10-16T18:38:00.00Z How to get the number of visitors currently online James Crowley http://www.developerfusion.com/code/1600/dont-explicitly-set-the-page-language-in-asp/ Don't explicitly set the page language in ASP 2001-07-18T17:48:00.00Z Why you shouldn't explicitly set the page language in ASP ElementK Journals http://www.developerfusion.com/code/1971/retrieving-remote-image-properties-in-asp/ Retrieving Remote Image Properties in ASP 2002-03-02T15:51:00.00Z This code will allow the programmer to retrieve the width, height, and depth of a jpg and gif that are remotely hosted. LawrenceF http://www.developerfusion.com/code/3175/redirect-web-visitors-by-country-using-asp-and-com/ Redirect Web Visitors By Country Using ASP and COM 2003-01-12T07:16:00.00Z There are times when it is useful to redirect a visitor to different default web page based on the visitor's country of origin. One practical usage is to redirect visitor to web page with the language recognized by the visitor. This article shows you how using ASP and ActiveX component this can be done. tgotchi http://www.developerfusion.com/code/1605/determine-whether-a-url-exists/ Determine whether a url exists 2001-07-18T18:07:00.00Z How to determine whether files on a server exist using the ServerXMLHTTP object ElementK Journals http://www.developerfusion.com/code/228/preventing-image-caching/ Preventing Image Caching 2001-07-14T14:48:00.00Z How to prevent image caching ElementK Journals http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ Getting Started with Database Programming 2002-02-24T11:24:00.00Z This is a conceptual idea of how I start to do database programming. In this article, I had highlighted a few points that become vital to understand for any new comers to do database programming. gigsv00 http://www.developerfusion.com/code/2067/multiple-submit-buttons/ Multiple Submit Buttons 2002-02-26T10:05:00.00Z This script shows you how to submit the contents of a form to different programs depending on which Submit button you press. Kiran Pai http://www.developerfusion.com/code/1656/reading-a-file-using-the-filesystemobject/ Reading a file using the FileSystemObject 2001-09-24T19:29:00.00Z How to read the contents of a file from ASP using the FileSystemObject James Crowley http://www.developerfusion.com/code/1160/preventing-caching/ Preventing Caching 2001-07-15T13:29:00.00Z How to prevent your pages from being cached James Crowley