https://www.developerfusion.com/t/asp3/code/ ASP (3.0) Sample code from Developer Fusion 2009-02-10T11:24:00.00Z 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/5303/precise-net-server-content-caching/ Precise .NET Server Content Caching 2006-01-29T11:38:00.00Z A simple demonstration of how to programatically use the caching facilities that ASP.NET offers. Dimitrios Markatos http://www.developerfusion.com/code/4711/redirecting-without-halting-execution/ Redirecting Without Halting Execution 2005-07-21T18:45:00.00Z This snippet demonstrates how to send a redirect (302) to a client without halting execution. Lee Gunn - .NET C# Scotland 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/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/4657/forms-authentication-against-an-xml-file/ Forms Authentication Against An XML File 2005-01-17T02:03:00.00Z The code demonstrates how to validate a username and password against an XML file. Orcs Web http://www.developerfusion.com/code/4653/update-recordset-using-a-multiselect-listbox/ Update Recordset using a MultiSelect Listbox 2005-01-10T03:42:00.00Z Demonstrates how to select the appropriate items in a multi-select listbox, and then return the new selected values to the database. Julian Roberts 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/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/4232/enabling-browser-caching-of-asp-pages/ Enabling Browser Caching of ASP Pages 2004-01-14T15:24:00.00Z How to speed up your website by allowing browsers to cache web pages. Amit Gupta http://www.developerfusion.com/code/3520/asp-fractal/ ASP Fractal 2003-06-03T08:32:00.00Z ASP Fractal shows the ways and means of using VBScripts in an Active Server Page for creating one of the most powerful virtual graphics in HTML. The source code is also provided for altering it to suit your needs. Tawani Anyangwe 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/2270/ado-command-and-stored-procedures/ ADO Command and Stored Procedures 2002-07-06T11:00:00.00Z You can design stored procedures to hide such complexities, leaving a more concise interface available for application development. This demonstrates how to use the ADO Command object to call these SQL Stored Procedures. David Nishimoto http://www.developerfusion.com/code/2542/sending-binary-data-with-asp/ Sending binary data with ASP 2002-06-21T06:15:00.00Z This ASP code shows how to send binary data (such as images) to the client without building a new component. Lio http://www.developerfusion.com/code/2163/displaying-a-date/ Displaying a Date 2002-03-24T08:29:00.00Z This simple code will show how to display a date in an Active Server Pages. Super Tal 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/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/2073/dynamically-filling-comboboxes/ Dynamically filling ComboBoxes 2002-02-26T10:37:00.00Z Filling the values of a dropdown SelectMenu depending on the selection in another Menu. Kiran Pai 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/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