ASP (3.0) Sample code from Developer Fusion https://www.developerfusion.com/t/asp3/code/ ASP (3.0) Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Tue, 10 Feb 2009 11:24:00 GMT Binding Multiple Fields to ASP.NET ListControl classes 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. http://www.developerfusion.com/code/9723/binding-multiple-fields-to-aspnet-listcontrol-classes/ http://www.developerfusion.com/code/9723/binding-multiple-fields-to-aspnet-listcontrol-classes/ Tue, 10 Feb 2009 11:24:00 GMT Neil Dodson Precise .NET Server Content Caching A simple demonstration of how to programatically use the caching facilities that ASP.NET offers. http://www.developerfusion.com/code/5303/precise-net-server-content-caching/ http://www.developerfusion.com/code/5303/precise-net-server-content-caching/ Sun, 29 Jan 2006 11:38:00 GMT Dimitrios Markatos Redirecting Without Halting Execution This snippet demonstrates how to send a redirect (302) to a client without halting execution. http://www.developerfusion.com/code/4711/redirecting-without-halting-execution/ http://www.developerfusion.com/code/4711/redirecting-without-halting-execution/ Thu, 21 Jul 2005 18:45:00 GMT Lee Gunn - .NET C# Scotland Cross page postbacks in ASP.NET 2.0 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. http://www.developerfusion.com/code/4687/cross-page-postbacks-in-aspnet-20/ http://www.developerfusion.com/code/4687/cross-page-postbacks-in-aspnet-20/ Mon, 11 Apr 2005 16:06:00 GMT Brock Allen Sending email from ASP.NET 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. http://www.developerfusion.com/code/4658/sending-email-from-aspnet/ http://www.developerfusion.com/code/4658/sending-email-from-aspnet/ Mon, 17 Jan 2005 02:09:00 GMT Orcs Web Forms Authentication Against An XML File The code demonstrates how to validate a username and password against an XML file. http://www.developerfusion.com/code/4657/forms-authentication-against-an-xml-file/ http://www.developerfusion.com/code/4657/forms-authentication-against-an-xml-file/ Mon, 17 Jan 2005 02:03:00 GMT Orcs Web Update Recordset using a MultiSelect Listbox Demonstrates how to select the appropriate items in a multi-select listbox, and then return the new selected values to the database. http://www.developerfusion.com/code/4653/update-recordset-using-a-multiselect-listbox/ http://www.developerfusion.com/code/4653/update-recordset-using-a-multiselect-listbox/ Mon, 10 Jan 2005 03:42:00 GMT Julian Roberts Debug ASP.NET pages using Tracing Demonstrates a useful debugging technique taking advantage of traces in ASP.NET. http://www.developerfusion.com/code/4649/debug-aspnet-pages-using-tracing/ http://www.developerfusion.com/code/4649/debug-aspnet-pages-using-tracing/ Fri, 07 Jan 2005 08:48:00 GMT Julian Roberts A Calendar Class for Classic ASP Provides source code for a calendar to embed in your ASP applications http://www.developerfusion.com/code/3293/a-calendar-class-for-classic-asp/ http://www.developerfusion.com/code/3293/a-calendar-class-for-classic-asp/ Mon, 26 Jan 2004 11:14:00 GMT Macky M Enabling Browser Caching of ASP Pages How to speed up your website by allowing browsers to cache web pages. http://www.developerfusion.com/code/4232/enabling-browser-caching-of-asp-pages/ http://www.developerfusion.com/code/4232/enabling-browser-caching-of-asp-pages/ Wed, 14 Jan 2004 15:24:00 GMT Amit Gupta ASP Fractal 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. http://www.developerfusion.com/code/3520/asp-fractal/ http://www.developerfusion.com/code/3520/asp-fractal/ Tue, 03 Jun 2003 08:32:00 GMT Tawani Anyangwe Redirect Web Visitors By Country Using ASP and COM 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. http://www.developerfusion.com/code/3175/redirect-web-visitors-by-country-using-asp-and-com/ http://www.developerfusion.com/code/3175/redirect-web-visitors-by-country-using-asp-and-com/ Sun, 12 Jan 2003 07:16:00 GMT tgotchi ADO Command and Stored Procedures 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. http://www.developerfusion.com/code/2270/ado-command-and-stored-procedures/ http://www.developerfusion.com/code/2270/ado-command-and-stored-procedures/ Sat, 06 Jul 2002 11:00:00 GMT David Nishimoto Sending binary data with ASP This ASP code shows how to send binary data (such as images) to the client without building a new component. http://www.developerfusion.com/code/2542/sending-binary-data-with-asp/ http://www.developerfusion.com/code/2542/sending-binary-data-with-asp/ Fri, 21 Jun 2002 06:15:00 GMT Lio Displaying a Date This simple code will show how to display a date in an Active Server Pages. http://www.developerfusion.com/code/2163/displaying-a-date/ http://www.developerfusion.com/code/2163/displaying-a-date/ Sun, 24 Mar 2002 08:29:00 GMT Super Tal Determine execution time in PHP 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. http://www.developerfusion.com/code/2058/determine-execution-time-in-php/ http://www.developerfusion.com/code/2058/determine-execution-time-in-php/ Fri, 08 Mar 2002 07:13:00 GMT Gringod Retrieving Remote Image Properties in ASP This code will allow the programmer to retrieve the width, height, and depth of a jpg and gif that are remotely hosted. http://www.developerfusion.com/code/1971/retrieving-remote-image-properties-in-asp/ http://www.developerfusion.com/code/1971/retrieving-remote-image-properties-in-asp/ Sat, 02 Mar 2002 15:51:00 GMT LawrenceF Dynamically filling ComboBoxes Filling the values of a dropdown SelectMenu depending on the selection in another Menu. http://www.developerfusion.com/code/2073/dynamically-filling-comboboxes/ http://www.developerfusion.com/code/2073/dynamically-filling-comboboxes/ Tue, 26 Feb 2002 10:37:00 GMT Kiran Pai Multiple Submit Buttons This script shows you how to submit the contents of a form to different programs depending on which Submit button you press. http://www.developerfusion.com/code/2067/multiple-submit-buttons/ http://www.developerfusion.com/code/2067/multiple-submit-buttons/ Tue, 26 Feb 2002 10:05:00 GMT Kiran Pai Getting Started with Database Programming 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. http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ Sun, 24 Feb 2002 11:24:00 GMT gigsv00