Click here to Skip to main content
6,630,901 members and growing! (18,804 online)
Email Password   helpLost your password?
Article Category: All Topics MFC/C++ C# VB.NET ASP.NET SQL Architect Windows 7 Java LAMP Mobile CEO / Manager
Announcements
BullFrog Power
 
Search    
Add to IE Search

ASP


Language
Platform
Technology
Audience
Skill Level
Topic
Clear All

Contents

 

Applications

top
Title / Updated Author Score  
Using a Wiki for knowledge sharing and SQL Server database documentation
Updated: 7 Feb 2004  
This article describes using a Wiki for knowledge sharing and database schema documentation.
C++Win2K, WinXP, Win2003, ASP, Visual Studio, MFC, Dev
Jonathan Hodgson 4.78
Universal Table Editor
Updated: 11 May 2003  
Viewer and Editor for any table in any Database you can reach from your IIS/PWS.
VBScriptWin2K, ASP, Visual Studio, Dev
Tom Wellige 4.75
Separate Code and Style with ASPTemplate
Updated: 26 Mar 2002  
How to separate code and style using ASP templates
Windows, ASP, Dev
Sven Axelsson 4.55
EzEvents
Updated: 26 Aug 2001  
An ASP event calendar for you website.
VBScript, JavascriptWin2K, ASP, Visual Studio, Dev
George Chastain 4.47
An ASP Thumbnail Solution
Updated: 19 Nov 2009  
ASP pages and free COM objects for generation of thumbnails and thumbnail views.
VC6, VB 6Win2K, WinXP, ASP, ATL, Dev
Philipos Sakellaropoulos 4.47
Creating a web To-Do List with an Active Desktop Interface
Updated: 17 Sep 2002  
Get organized and find a reason to use Active Desktop at the same time.
Win2K, WinXP, ASP, Dev
Jason Henderson 4.36
Count your ASP/JS Code! (mini-article)
Updated: 7 Dec 2002  
Here is a quick utility that shows you how much code you've written in your web application. It serves no practical purpose other than to let you see how much work you've done.
Win2K, WinXP, ASP, Dev
Nathan Ridley 4.33
ASP/SQL Server Based Chat program
Updated: 12 Nov 2003  
Simple ASP/SQL Server Chat application
Javascript, Windows, ASP, Visual Studio, Dev
cdidave 4.29
Writing ASP Chat using JavaScript and XML (Part 2)
Updated: 2 Mar 2004  
Step-by-step article about writing web-based chat. This article explains the chat with users list.
Win2K, WinXP, Win2003, ASP, Dev
Alexander Fedorenko 4.27
A Painless Web-Based Bug Tracking Tool
Updated: 30 Jun 2002  
A very simple web-based bug tracking database ASP front-end
Windows, ASP, Dev
Maxime Labelle 4.22
Easy Guestbook with ASP
Updated: 11 Jul 2004  
Easy Guestbook with ASP and MS Access
VBScriptWin2K, WinXP, ASP, Visual Studio, ADO, IIS 5.1, IIS 6, Dev
aa2max 4.05
Writing ASP Chat using JavaScript and XML (Part 4)
Updated: 21 Jan 2004  
The last part of the ASP chat series. This article explains how to provide a chat with multiple rooms.
JavascriptWin2K, WinXP, Win2003, ASP, Dev
Alexander Fedorenko 4.00
ASP Guestbook Application
Updated: 17 Oct 2000  
A simple guestbook application using ASP and an Access database
VBScript, ASP, Visual Studio, Dev
Uwe Keim 3.97
News System with ASP
Updated: 5 Aug 2004  
Simple News System using ASP and MS Access
VBScriptWin2K, WinXP, Win2003, ASP, Visual Studio, IIS 5.1, IIS 6, Dev
aa2max 3.85
StP Forum
Updated: 17 Mar 2002  
ASP-based forum for your website.
Windows, ASP, Dev
Philip Patrick 3.69
Writing ASP Chat using JavaScript and XML (Part 3)
Updated: 21 Jan 2004  
Step-by-step article about writing web-based chat. This article explains the chat with users list and registration.
JavascriptWin2K, WinXP, Win2003, ASP, Dev
Alexander Fedorenko 3.67
Complete ASP / SQL Server / SMTP messaging system
Updated: 15 Nov 2003  
A simple email-like system to handle messages posted from an HTML form.
Javascript, Windows, ASP, IIS, Dev
cdidave 3.41
Writing ASP Chat using JavaScript and XML (Part 1)
Updated: 21 Jan 2004  
Step-by-step article about writing web-based chat. This article explains the simplest chat.
Win2K, WinXP, Win2003, ASP, Dev
Alexander Fedorenko 3.41
EzFAQ 1.0
Updated: 21 Jun 2001  
A complete app to add a FAQ list to a website.
VBScript, Windows, ASP, Dev
George Chastain 3.40
Stp Newsletters Manager
Updated: 24 Oct 2002  
A simple web-based newsletters management tool, using XML to store data.
Win2K, WinXP, ASP, Dev
Philip Patrick 3.40
Localizing Software Applications
Updated: 3 Sep 2001  
Introduction to localizing your ASP applications
Windows, ASP, IIS, Dev
dswigger 3.08

ASP - Code Project scripts

top
Title / Updated Author Score  
Adding a search facility to your website
Updated: 30 Oct 2001  
Using the Microsoft Index Server to enable your readers to search your site
Win2K, ASP, IIS, Dev
Chris Maunder 4.62
The Code Project Discussion boards
Updated: 25 Aug 2001  
The Discussion board ASP scripts as used in The Code Project. This is an open source project for the Code Project community.
VC6Win2K, ASP, Dev
Chris Maunder, Uwe Keim 4.46
Multi-Threading in ASP.NET - Unedited
Updated: 31 Mar 2009  
ASP.Net Threading Inside the ASP.Net Worker Process there are two thread pools. Theworker thread pool handles all incoming requests and the I/O Threadpool handles the I/O (accessing the file system, web services anddatabases, etc.). Each App Domain has its own thread pool and thenumber of ope
Javascript, HTML, Ajax
Williarob 4.33
ASP Session Information (Classic)
Updated: 27 Feb 2009  
View the contents of Classic ASP Memory
VBScript, ASP, Dev
John Doherty 4.00
JQuery.UI Dialog with ASP.NET empty post values - Unedited
Updated: 8 Jun 2009  
Ran into an issue using a jQuery.UI.Dialog control on an asp.net web form today.  When defining a dialog jQuery.UI takes the dialog and appends it right before the closing </body> tag.  This is outside of the <form> tag causing any values you wanted from the form to be empty in your
Javascript, HTML, Ajax
trottin 4.00
ASP FormatDate
Updated: 13 Feb 2009  
Date Format function for VBScript / Classic ASP
VBScriptWin2K, WinXP, Win2003, Vista, Win2008, ASP, Dev
amattice 3.40
File Uploader in ASP.NET and ASP.NET MVC - Unedited
Updated: 15 Apr 2009  
A class to upload files in ASP.NET and ASP.NET MVC.IntroductionUploading files is a common scenario and an essential part of many web applications. Here I have created a class which can be used to upload files easily. The uploader class automatically validate all the necessities i.e. validation o
Javascript, HTML, Ajax
Mohammad Jahedur Rahman 3.00
Custom Threading in ASP.NET - Unedited
Updated: 31 Mar 2009  
or "One Mans obsession with finding a way to call synchronous methods asynchronously in ASP.NET". This is for anyone interested in exploring the System.Threading Namespace in ASP.NET. There are many wrong ways to do it, one right way, and one other way that should only be used when you have no al
Javascript, HTML, Ajax
Williarob  

ASP - Components

top
Title / Updated Author Score  
File uploading with COM and ASP
Updated: 6 Aug 2000  
A simple COM component with source that provides file upload capabilities for your ASP pages.
VC6Win2K, ASP, ATL, Dev
xicoloko 4.58
Advanced ASP Uploader
Updated: 28 Aug 2001  
An advanced COM component that provides file upload capabilities for your ASP pages.
VC6Win2K, ASP, ATL, STL, Dev
Fayez Al-Mutairi 4.50
ASP TreeList Control (Requires Internet Explorer 5.0+)
Updated: 21 Apr 2002  
An ASP class (Classic ASP) that generates a dynamic html tree list control that looks the same as a windows explorer tree but allows multiple columns of data per tree node
.NET 1.0, Win2K, WinXP, ASP, Dev
Nathan Ridley 4.50
A sample ActiveX Server Component Using ATL
Updated: 14 Nov 2001  
Simple program for an Active Server Component that handles cookies
VC6, Windows, ASP, IIS, ATL, Dev
Agus Kurniawan 4.43
Simplifed use of Regular Expressions from within your Scripts
Updated: 27 Aug 2001  
Small library to make working with Regular Expressions a little bit easier
VBScript, Windows, ASP, IIS, Dev
Uwe Keim 4.42
Calling scripts within scripts
Updated: 29 Jan 2000  
A Component for calling a URL from an ASP script and reading back the output
VBScript, VC6, ASP, Dev
Uwe Keim 4.35
Implement Phonetic ("Sounds-like") Name Searches with Double Metaphone Part III: VBScript and ASP & Database Solutions
Updated: 19 Mar 2007  
Further describes the COM wrapper around the author's C++ implementation of Double Metaphone, and demonstrates use of this COM wrapper within ASP and VBScript to query a database of names via a web page.
VBScript, VC7Win2K, WinXP, Win2003, ASP, Visual Studio, Dev
Adam Nelson 4.35
A collection class for classic ASP
Updated: 10 Dec 2008  
A class that allows the creation and manipulation of collections in classic ASP.
VBScript, Windows, ASP, Dev
Flamewave4 4.33
ASP Treebuilder
Updated: 7 May 2003  
Allows a developer to easily create a dynamic JavaScript tree control.
Windows, ASP, IE 6.0, IE 5.5, Dev
dswigger 4.28
File downloading with COM and ASP
Updated: 5 Sep 2000  
A COM object you can use to transfer files in ASP
VC6Win2K, ASP, IIS, Dev
xicoloko, Curt Robinson 4.21
How to use Crypto API in your ASP projects.
Updated: 28 Aug 2001  
This article shows how to make one ATL COM component with crypt/decrypt functions and how to use it in ASP programs. It shows also how to register a component in MTS.
VC6Win2K, ASP, MFC, ATL, Dev
Adrian Bacaianu 4.20
Tree Relationship Calculator
Updated: 21 Oct 2008  
The Tree Relationship Calculator is an object that accepts an XML representation of a tree and will calculate the relationship of any two members within it. This article describes how relationships are calculated, and what terms like second cousin, or first cousin once removed, mean.
Javascript, XML, HTML, XHTML, XSLT, ASP, Dev
SteveM4 3.82
Reading Files in ASP and How to Search for a particular text in all files in a specific directory.
Updated: 3 Jun 2004  
This article gives an introduction to the FileSystemObject using ASP, about how to create/modify/delete files, and a sample to find a particular string in all files in a specific folder.
VBScriptWin2K, ASP, Visual Studio, Dev
Om Prakash Pant 3.46
A Tree Control using ASP
Updated: 15 May 2000  
A simple tree control written using ASP that allows you to display hierachical data.
VBScript, ASP, Dev
Iulian Iuga 3.34
Check User’s Permissions On A File or Folder
Updated: 24 Feb 2002  
A component to check if given user has a particular access rights on a file/folder or not.
VC6, VC7, VC7.1, VC8.0.NET 1.0, Win2K, WinXP, ASP, ATL, STL, Dev
Softomatix 3.27
Server Side Dynamic Includes on ASP pages
Updated: 27 Oct 2003  
COM Object for Server Side Dynamic Includes on ASP pages
VC6Win2K, ASP, ATL, WTL, Dev
Dimitris Vassiliades 2.67
GD library wrapper
Updated: 18 May 2005  
GD library wrapper (for ASP developers with PHP vs ASP examples).
Javascript, Windows, ASP, Visual Studio, Dev
Dade Murphy 2.67

ASP - General

top
Title / Updated Author Score  
bttlxeForum - Advanced ASP Forum Software
Updated: 13 Jun 2004  
bttlxeForum is a freely available feature rich database-driven Internet forum solution written entirely in Active Server Pages.
JavascriptWin2K, ASP, Dev
David Wulff 4.71
Removing HTML from the text in ASP
Updated: 27 Sep 2000  
Exploring the options of removing HTML tags from the text in ASP.
VBScriptWin2K, ASP, IIS, Dev
Konstantin Vasserman 4.70
Suggest Like Page along with Arrow Buttons used for rendering and selecting recods suggested - Unedited
Updated: 12 Jul 2007  
AJAX, ASP Suggest like page using
VBScript, Javascript, XML, CSS, SQL, HTMLWin2K, WinXP, Win2003, Vista, ASP, Visual Studio, Ajax, SQL 2000, IE 6.0, IE 7, DBA, Dev, Design
Vishu Gurav 4.67
Classic ASP Framework 2.0 - Make your Classic ASP code work like in ASP.NET
Updated: 7 Aug 2004  
The Classic ASP Framework (CLASP) will allow you to structure your ASP pages in the same way you do it with ASP.NET
C#, VBScript, Windows, .NET 1.1, ASP, VS.NET2003, Dev
Christian Calderon 4.62
ASP Code Analyzer
Updated: 6 Dec 2006  
A simple tool to find unused subs, functions and variables in your ASP code.
C#, Windows, .NET 1.1, ASP, IIS 5.1, IIS 6, VS.NET2003, Dev
fschudel 4.61
GeoIP - Where are your internet visitors coming from?
Updated: 31 Aug 2003  
Where are your internet visitors coming from?
Win2K, WinXP, ASP, Dev
Per S 4.58
File Upload using a VBScript Class
Updated: 29 May 2002  
Using a VBScript class to upload files. Useful when you are not able to deploy a custom COM object.
Win2K, ASP, Dev
THIRUMALAIKUMAR 4.54
Classic ASP Framework - Make your Classic ASP code work like in ASP.NET
Updated: 1 Feb 2004  
Developing in Classic ASP using the same technics as in ASP.NET?. If you have to work in Classic ASP, why don't do it the right way?. By using a similar framework not only your code will be more organized and efficient, but it will take you a fraction of the time to port to ASP.NET!
Windows, ASP, Dev
Christian Calderon 4.50
ASP at a glance
Updated: 30 Mar 2002  
ASP for beginners, written by a beginner.
Windows, ASP, Dev
Dan Pomerchik 4.46
Encrypting Passwords in ASP
Updated: 19 Jan 2002  
A simple function to encrypt your users passwords
VBScriptWin2K, WinXP, ASP, IIS, Dev
tommy skaue 4.43
KudzuASP: Introduction to Templating with KudzuASP
Updated: 21 Dec 2007  
Using the KudzuASP template engine for Classic ASP
ASP, Dev
TriLogic2 4.43
Dynamically populating ComboBoxes using ASP/VBScript and Detecting the parent folder of the current script
Updated: 21 Dec 2002  
An article on how to dynamically add strings to any number of drop downs using VBScript and ASP. Also explains how to get the parent folder of an ASP file.
VBScript, HTML, Windows, ASP, Visual Studio, Dev
Smitha Vijayan 4.42
A reusable form validator for ASP pages
Updated: 27 Jun 2001  
Some functions for client side HTML forms validation. Never write them again!
Windows, ASP, IIS, Dev
Christian Tratz 4.38
SMTP Mail Delivery
Updated: 28 Mar 2002  
A beginner's guide to SMTP automated mail delivery with the CDONTS library.
Win2K, ASP, Dev
Isaac Sasson 4.33
Tracking users login/logout times on your site
Updated: 18 Aug 2001  
A simple script to track users login/logout times on your site and shows how to view how many users are online.
Win2K, ASP, IIS, Dev
Horatiu CRISTEA 4.33
ASP EasyForm: ASP.NET-like forms in two minutes
Updated: 27 Nov 2008  
EasyForm allows you to create ASP.NET-like forms, with state keeping and server side event handling
VBScript, HTMLWinXP, Win2003, ASP, WebForms, Dev, Design
Vincenzo Rossi 4.30
Customizable forms
Updated: 3 May 2000  
Template Active Server Pages to display different objects based on registry settings
VBScriptWin2K, ASP, Dev
Iulian Iuga 4.23
Elapsed Time Script
Updated: 1 Jul 2002  
This article describes a simple function which calculates the execution time of your asp scripts
Win2K, WinXP, ASP, Dev
Adrian Bacaianu 4.23
Multiple domains on a single IP
Updated: 3 Apr 2001  
How to set multiple domains one a single IP-address with ASP.
.NET 1.0, Win2K, ASP, Dev
Alex Marbus 4.21
ISAPI versus ASP file uploads in web applications
Updated: 15 Jan 2006  
 This article describes two ways to upload images and files on your web server, and the advantages and disadvantages of both.
VC6, VC7Win2K, WinXP, ASP, MFC, STL, Dev
Adrian Bacaianu 4.21
Simple Project Management with ASP - Unedited
Updated: 18 Apr 2005  
A simple, easy to use and setup project management with asp and ms access.
Win2K, WinXP, Win2003, ASP, Visual Studio, IIS 5.1, IIS 6, Dev
aa2max 4.19
Text Preview in ASP
Updated: 27 Sep 2000  
How to generate short preview of the text in ASP.
VBScriptWin2K, ASP, IIS, Dev
Konstantin Vasserman 4.19
Reading a text file in ASP
Updated: 31 Oct 2001  
How to read a text file on a server using VBScript in ASP
VBScript, Windows, ASP, IIS, Visual Studio, Dev
Chris Maunder 4.18
Creating a formatted MS-Excel sheet using ASP
Updated: 10 Oct 2002  
An article on how to create a formatted MS-Excel sheet using ASP
Win2K, WinXP, ASP, Dev
Srinivas Chintakindi 4.13
Dynamically Change Frame Pages
Updated: 30 Nov 2003  
Dynamically Change Frame Pages
Windows, ASP, Dev
Nilesh_Shah_Ind 4.12
A versatile HTML form mail script for classic ASP
Updated: 15 Mar 2006  
This script allows you to email the contents of an HTML form to one or more specified addresses. It supports HTML emails, plain text emails, and preformatted email templates.
HTMLWin2K, WinXP, Win2003, ASP, Visual Studio, Dev
Nathan Ridley 4.11
Programmatically Populating HTML forms made easy
Updated: 9 Dec 2000  
A simple way to separate your design from your scripting when populating forms with data.
Windows, ASP, Dev
Troy Marchand 4.06
Server.MapPath problems in Global.asa
Updated: 7 Mar 2005  
Server.MapPath does NOT return the physical path of global.asa.
Windows, ASP, Visual Studio, IIS 5.1, IIS 6, Dev
felipep 4.00
Utility to convert file to virtual includes - Unedited
Updated: 4 Nov 2007  
Utility to convert file to virtual includes
C# 2.0, Windows, .NET 2.0, ASP, IIS 5.1, IIS 6, VS2005, Dev
Bruno Gazzera 4.00
String.Format equivalent - Unedited
Updated: 2 Dec 2008  
VBScript/ASP version of the C# string.format("this {0} a {1}","is","test")
VBScript, ASP
John Doherty 4.00
Dynamically creating and submitting multiple forms on one page using ASP
Updated: 17 Sep 2002  
How to test for stage of processing using ASP, and then dynamically build your ASP page around this.
.NET 1.0, Win2K, WinXP, ASP, Dev
Megan Forbes 3.95
A Beginner's Guide to CDOSYS
Updated: 5 Sep 2003  
Use CDOSYS instead of CDONTS on Windows 2000/XP
Win2K, WinXP, Win2003, ASP, Dev
rbeckett 3.85
ASP TreeView (Version 2.0) - Unedited
Updated: 28 Mar 2005  
ASP TreeView is a advanced ASP control that's base on Server side / Client side technique. server side: Asp + JScript, client side: Jscript + HTML.
Javascript, CSSWin2K, WinXP, Win2003, ASP, Visual Studio, IIS 5.1, IIS 6, Dev
starschen 3.83
Displaying the server's current date
Updated: 14 Feb 2000  
A simple routine to display the current date of the server in the clients browser
VBScript, Windows, ASP, IIS, Visual Studio, Dev
Chris Maunder 3.81
Web-based Active Directory Login
Updated: 9 Oct 2003  
Web-based Active Directory Login
Javascript, Windows, ASP, Visual Studio, COM, COM+, Dev
Faisal Haroon 3.80
Chocolate Chip Cookies
Updated: 29 Mar 2002  
A beginner's guide to Cookies.
Win2K, ASP, Dev
Isaac Sasson 3.79
RSS Feed - Need of the hour ! - Unedited
Updated: 7 May 2007  
This article is aimed to get familiar with RSS (Really Simple Syndication) Feed, its formation, practical usage and its progmatical implementation
VBScript, XML, HTML, Windows, ASP, IIS, Dev
Nawaz Ijaz 3.79
Keyword highlighting in ASP
Updated: 15 Jun 2000  
A simple function to highlight keywords in ASP
VBScriptWin2K, ASP, IIS, Dev
Konstantin Vasserman 3.76
Protecting pages with include files
Updated: 14 Sep 2000  
An article on how to easily password protect a site using include files
Windows, ASP, IIS, Dev
xicoloko 3.67
Handy Form Functions
Updated: 10 Jun 2001  
These scripts will make variables live well beyond the page scope and make the debugging process of passing variables between pages just a memory.
VBScript, Windows, ASP, IIS, Dev
Robert Collyer 3.67
Get The HTML Source of Any Web Page
Updated: 12 Jun 2002  
This article shows how to get HTML source of any WebPage even if the website prevents viewing the source
Win2K, WinXP, ASP, Dev
Srinivas Chintakindi 3.67
Splitting Array
Updated: 23 Aug 2004  
This code will help to store multiple checkbox or radio box values via Form (to render on screen / to store in a database).
VBScriptWin2K, WinXP, Win2003, ASP, Visual Studio, IIS 6, Dev
Muhammad Zeeshan Arshad 3.67
Microsoft Index Server class for ASP - Unedited
Updated: 12 Sep 2005  
Index Server class for ASP, easy to implement on your website
VBScript, Windows, ASP, Visual Studio, Dev
Ken Yim 3.67
Multiple Selection Dropdown
Updated: 23 Apr 2004  
Multiple selection dropdown.
VBScript, JavascriptWin2K, WinXP, Win2003, ASP, Dev
BrianLaF 3.60
Maintain Scroll Position in Panel, Div
Updated: 30 Nov 2007  
Maintain Scroll position of panel or div using the code
Javascript, Windows, .NET 2.0, ASP.NET, VS2005, Dev
Sun Rays 3.60
Call XML Web service from ASP - Unedited
Updated: 10 May 2007  
How to Give a call to XML Web Service through ASP
C# 1.0, .NET, WinXP, ASP, IIS, Dev
Nakul Lande 3.53
Fake Frames
Updated: 20 Jul 2000  
An article about faking frames to have pages with the same layout by using server side includes
Windows, ASP, IIS, Visual Studio, Dev
xicoloko 3.52
How to use the Google API in ASP
Updated: 4 Jul 2003  
This shows you how to use the Google API in ASP not ASP.NET!
Win2K, WinXP, Win2003, ASP, Dev
Cheater512 3.50
Flash Database Access
Updated: 1 Nov 2004  
How to query the database using Flash and ASP.
VBScriptWin2K, WinXP, ASP, Visual Studio, Dev
Rafay Bin Ali 3.50
Exporting Data from SQL to Access in Mdb File - Unedited
Updated: 14 Apr 2006  
This Article will help you to export your data From Sql server to Access in form of Mdb file
Windows, ASP, Visual Studio, Dev
Yashwant Shukla 3.50
Trap ASP and SQL errors in your site
Updated: 25 Apr 2002  
Trap the ASP and SQL errors in your Site
C++Win2K, WinXP, ASP, Visual Studio, MFC, Dev
Fernando Finelli 3.47
Convert any Table into XML format & view it using XSL
Updated: 22 Jul 2002  
Convert any Table into XML format & view it using XSL
Win2K, ASP, Dev
'Anil' Radhakrishna 3.44
Sharing JavaScript source code between client-side (inside a browser) and server-side (inside IIS/ASP)
Updated: 4 Jun 2003  
This article presents a trick to reuse the same source code (JavaScript) in client-side (inside a browser) and server-side (inside IIS/ASP).
JavascriptWin2K, WinXP, ASP, Dev
Emmanuel Kartmann 3.43
A Free Website Management System - Nukedit - Unedited
Updated: 23 Apr 2006  
Realtime page editing, Simple, "on-the-fly" menu construction, Modifiable permissions for users and groups, Built-in search engine optimisation
Javascript, SQLWin2K, WinXP, Win2003, ASP, Visual Studio, DBA, Dev
RickEastes 3.42
A RAD (Rapid Application Deployment).ASP Architecture: Introduction
Updated: 31 May 2003  
The first article of a series that will lay out the framework for a non .NET implementation of XML and XSLT using SSIs (server-side includes).
Windows, .NET 1.0, ASP, ASP.NET, Visual Studio, Dev
Andrew Eno 3.40
Avoid using same code in various pages
Updated: 2 May 2003  
Avoid using same code in various pages
Windows, ASP, Dev
Kundan Narendra 3.35
Working With Business Dates (Business Holidays/Weekends, Etc)
Updated: 9 Dec 2003  
This project is aimed at easing the troubles of figuring out valid business days. It includes a few functions I have created to determine whether or not the date is a holiday or a weekend, and also to retrieve either the next or last business day.
Windows, ASP, Dev
glitch177k 3.31
Mutex Solution in ASP
Updated: 10 Dec 2003  
ASP code for generating unique IDs
Windows, ASP, Dev
Himadrish Laha 3.08
Inserting up to 32000 characters in an Oracle CLOB field! - Unedited
Updated: 8 Jul 2006  
Example of inserting up to 32000 characters in an Oracle CLOB field by using ASP code.
Windows, ASP, Visual Studio, Dev
Raafat Abdulfattah 3.00
Archival Retrieval Solution for ASP using XML data - Unedited
Updated: 9 Oct 2006  
Retrieved data from XML using column indexing.
XML, Windows, .NET, ASP, ASP.NET, Visual Studio, WebForms, Dev
valdo_gmail 3.00
Registering DLL's in a Remote Host
Updated: 30 Jul 2002  
Registering DLL's has always been a nightmare to all the programmers who have to work with remote WebServers.
Win2K, ASP, Dev
Gopi Subramanian 2.94
A simple feedback form in ASP 2
Updated: 21 Jan 2004  
A simple ASP feedback form with a little extra features like client's IP, browser info etc.
Win2K, WinXP, Win2003, ASP, Visual Studio, Dev
Ipog Thomas 2.94
Solution for hacking through clipboard - Unedited
Updated: 26 Jul 2006  
You can lose secret information when u enjoying internet browsing by yours clipboard. sensitive data (like passwords, credit card numbers, PIN etc.)
Windows, ASP, CEO, DBA, Dev
saqib chuadhry 2.93
Number Conversion (1 to "1st", etc)
Updated: 19 Mar 2003  
An article on Number Conversion from the basic number to the number with a following suffix. (ie, 1 to "1st")
VBScript, Windows, ASP, Dev
glitch177k 2.89
Spell check text area
Updated: 17 Jul 2004  
Spell check text area.
VBScript, JavascriptWin2K, ASP, Visual Studio, Dev
Vasanth Kumararajan 2.83
Get HTML Source of any URL
Updated: 3 Apr 2001  
This articles shows how to get HTML source of a URL, even if the URL uses tricks to prevent you from viewing the source
ASP, Dev
Dhandapani Ammasai 2.71
Real Estate Website - Unedited
Updated: 20 Apr 2005  
Complete ready to run real estate agent, or for-sale-by-owner website.
Win2K, WinXP, Win2003, ASP, Visual Studio, Dev
aa2max 2.70
A Simple TabView for Web Pages
Updated: 17 Dec 2003  
A tab view representation of related web pages
JavascriptWin2K, ASP, Dev
Priyadharshini Sridharan 2.65
Adding Content Label To Pages
Updated: 29 Jan 2003  
In this small article, we would see in brief regarding adding content rating to our webpages thus facilitating Content Filter tools to easily identify the content of material in our webpages.
.NET 1.0, Win2K, WinXP, PocketPC 2002, ASP, ASP.NET, Visual Studio, Dev
Vasudevan Deepak Kumar 2.65
Easy Time Management Application - Unedited
Updated: 29 Jul 2005  
Simple web-based time management application using ASP and MS Access.
VBScript, HTMLWin2K, WinXP, Win2003, ASP, Visual Studio, IIS 6, Dev
aa2max 2.56
Simple Image Gallery with ASP - Unedited
Updated: 29 Oct 2004  
A simple image gallery with captions using ASP.
VBScript, HTMLWin2K, WinXP, Win2003, ASP, Visual Studio, IIS 5.1, IIS 6, Dev
aa2max 2.55
Bulilding PHP like associative array in ASP - Unedited
Updated: 4 Sep 2006  
Bulilding PHP like associative array in ASP
Windows, ASP, Visual Studio, PHP, Dev
Member 708995 2.55
SSI - Server Side Includes ... some tricky things
Updated: 3 May 2003  
What does it mean? I think many people still don't use the SSI - Server Side Includes...
VBScript, Windows, ASP, Visual Studio, Dev
Kundan Narendra 2.53
Surfing web by an ASP file. (GrayHatz ASP Surfing) (ASPProxy) - Unedited
Updated: 24 Dec 2008  
ASPSurf or ASPProxy: What's this? just upload a small ASP file on your host then: you can pass the web filters by this ASP file,see web sites from another IPs,Be anonymous in web,operate like other proxy bypass.just upload it in windows base host and execute it!. For educational and security pupose.
VBScript, Javascript, XML, Windows, ASP, Visual Studio, COM, Ajax, Dev
Soroush Dalili 2.45
URL aliases in emails
Updated: 6 Nov 2002  
How to use URL aliases to fix for the URL wrapping problem in emails
Win2K, WinXP, ASP, Dev
Per S 2.39
Dubugging Classic ASP in Visual Studio 2005 - Unedited
Updated: 22 Jun 2007  
Dubugging Classic ASP in Visual Studio 2005 on Windows XP & IIS 5
VB, .NET, WinXP, ASP, VS2005, Dev
Madhu Rajagopalan 2.36
Working with cookies
Updated: 1 Feb 2000  
An introduction to using cookies in your ASP scripts
VBScript, ASP, Dev
Iulian Iuga 2.29
RecruitOffice DB - An Open Source Web-based Recruitment Management System - Unedited
Updated: 28 Feb 2007  
ASP based with MS Access as backend, recruitment mangement system. No DLLs.
Javascript, SQL, HTMLWin2K, WinXP, Win2003, ASP, SQL Server, ADO, IIS 5.1, IIS 6, IE 6.0, IE 5.5, IE 7, IIS 7, CEO, Architect, DBA, Dev
Asim_Abbasi 2.25
List User Domains using GetObject
Updated: 25 Apr 2002  
How to list or manage users from a domain
VB 6Win2K, WinXP, ASP, Visual Studio, Dev
Fernando Finelli 2.19
A list of Request Objects (server variables)
Updated: 25 Apr 2002  
A list of server environment variables
Win2K, WinXP, ASP, Dev
Fernando Finelli 2.16
Save file on client computer - Unedited
Updated: 13 Feb 2006  
Save file on client computer
Windows, ASP, Dev
Jitendra Bansiwal 2.07
Send an email using ASP
Updated: 25 Apr 2002  
Send email with CDONTS
Win2K, WinXP, ASP, Dev
Fernando Finelli 2.07
Demonstration of using a timer on a webpage
Updated: 12 Sep 2003  
Demonstration of using a timer on a webpage.
VBScriptWin2K, WinXP, ASP, Visual Studio, IE 6.0, IE 5.5, Dev
Gaurav Saini 2.05
ASP Content Management - Unedited
Updated: 24 May 2004  
ASP Content Mangement System.
Win2K, WinXP, Win2003, ASP, Visual Studio, Dev
aa2max 1.97
ASP-DHTML MDI Framework for Site Administration
Updated: 16 Sep 2002  
An ASP-DHTML MDI framework for site administration.
.NET 1.0, Win2K, WinXP, ASP, Dev
Davy Mitchell 1.89
How to program multilingual web sites - Unedited
Updated: 21 Jun 2008  
How to enlarge web sites to support several languages
VBScript, HTML, ASP, WebForms
myok12 1.89
Search Files in your system with JScript
Updated: 10 Jun 2002  
Search any file or directory in client or server system with JScript
JavascriptWin2K, WinXP, ASP, Dev
Srinivas Chintakindi 1.85
Multiple virtual web servers on Windows 2000/XP Professional
Updated: 26 Oct 2004  
Microsoft Windows professional, whether 2000 or XP only allow us to maintain one web site in our IIS configuration. If you want multiple sites you must install a sever version of windows, or so it seems. Here is a way to use ADSI and WScript Host to Create and Switch virtual servers.
VBScript, Windows, ASP, Visual Studio, Dev
Rabbi Professor Moshe Plotkin 1.83
RateMyPicture Asp Code - Unedited
Updated: 4 Jan 2004  
Asp code to create web site like amihot.com
.NET 1.0, .NET 1.1, Win2K, WinXP, Win2003, ASP, Visual Studio, Dev
rainmakerpsi 1.83
Send ASP email with attachments
Updated: 28 Apr 2002  
Send ASP email with attachments
C++Win2K, WinXP, ASP, Visual Studio, MFC, Dev
Fernando Finelli 1.81
MySQL/ASP Content Management Solution - Unedited
Updated: 9 Feb 2004  
A complete website content management system using ASP and MySQL
Win2K, WinXP, Win2003, ASP, MySQL, Dev
aa2max 1.67
Processing of Financial Data using XML and ASP
Updated: 16 Nov 2004  
A financial view of a balancesheet using XML and ASP
Javascript, XML, Windows, ASP, Visual Studio, Dev
Rafay Bin Ali 1.56
Attaching Files with CDO Mail - Unedited
Updated: 22 Jun 2004  
CDO Mail Description
Windows, ASP, Visual Studio, Dev
rampdci 1.31
Content Management Music Review. A Complete Ready-To-Run Website. - Unedited
Updated: 30 Jan 2004  
Web based content management solution for your own music review site.
Win2K, WinXP, Win2003, ASP, Dev
aa2max 1.29
ASP Emuster - Unedited
Updated: 23 Apr 2004  
An Intranet Attendence System
Win2003, ASP, Dev
vipinsharma 1.25
The LCID property specifies how dates, times, and currencies are formatted
Updated: 25 Apr 2002  
The LCID property specifies how dates, times, and currencies are formatted. LCIDs are not the same for each geographical locale. Some locales format dates as YY-MM-DD and some format dates as MM-DD-YYYY. The LCID property is read/write.
Win2K, WinXP, ASP, Dev
Fernando Finelli 1.24
Check availability of username in database records - Unedited
Updated: 10 Sep 2007  
This code checks the availability of username in database records.
Windows, ASP, Visual Studio, Dev
Poonam Devi 1.22
Inline Redirections in ASP.NET
Updated: 8 Nov 2003  
Here we would discuss some simple tricks which would accelerate browsing speed of an ASP web application.
.NET 1.0, Win2K, WinXP, ASP, Dev
Vasudevan Deepak Kumar 1.19
Alphabetically database Paging - Unedited
Updated: 5 Dec 2006  
database Paging alphabetically tutorial
Win2K, WinXP, Win2003, ASP, Visual Studio, Dev
Amit Chowdhury 1.06

ASP - Howto

top
Title / Updated Author Score  
Display Images from Database in ASP
Updated: 30 May 2004  
This article describes how to display images which are stored in database in either SQL Server or MS Access.
Win2K, Win2003, ASP, Visual Studio, Dev
Om Prakash Pant 4.35
User search in the address book of the Exchange Server, with ASP and ADSI / LDAP
Updated: 31 Oct 2004  
User search in the address book of the Exchange Server with ASP and ADSI / LDAP.
Win2K, WinXP, Win2003, ASP, Visual Studio, Dev
Christian Kiefer 4.05
Using SOAP With Classic ASP / VBScript
Updated: 28 Sep 2007  
How to use SOAP with Classic ASP / VBScript.
VBScript, Windows, ASP, Visual Studio, Dev
AdamNThompson 4.00
Forwarding of emails with CDO 1.2 and Exchange
Updated: 29 Apr 2004  
How to use CDO for forwarding of emails with Exchange.
Win2K, WinXP, Win2003, ASP, Dev
Christian Kiefer 3.50
Exchange Server, ASP and ADSI / LDAP
Updated: 5 May 2004  
How to access the address book of the Exchange Server with ASP and ADSI / LDAP.
Win2K, WinXP, Win2003, ASP, Dev
Christian Kiefer 3.18
Verify an email adress in Exchange with ASP
Updated: 29 Oct 2004  
This article points out how you can verify an email adress in Exchange with ASP
VBScriptWinXP, Win2003, ASP, IIS, Visual Studio, Dev
Christian Kiefer 3.00
Multiple Selection Listbox with Database Connectivity
Updated: 25 Apr 2004  
Creating multiple selection Listbox on the fly.
VBScript, JavascriptWin2K, WinXP, Win2003, ASP, Visual Studio, ADO, Dev
Gymson Viente 2.80
Install and Integrate Microsoft Visual SourceSafe with Microsoft Visual Interdev
Updated: 18 Dec 2004  
A step-by-step introduction to installing and setting up Visual SourceSafe along with integration to Visual Interdev. Also included are the problems that my team and I faced during the integration, along with their possible solutions.
Windows, ASP, Visual Studio, Architect, DBA, Dev
Persis Daver 2.50
ASP.NET: Handling errors - Unedited
Updated: 6 May 2009  
Custom exception handling in asp.net
Javascript, HTML, Ajax
deostroll 2.33
Assuming the Identity of a Domain user to access Exchange via CDO
Updated: 15 Nov 2004  
An article on how to bypass the need to provide login details when accessing an intranet page.
VBScriptWin2K, WinXP, ASP, Visual Studio, Dev
Keith Dean 1.00

ASP - Samples

top
Title / Updated Author Score  
Class implementation for using webservices in ASP
Updated: 14 Jun 2005  
With that class you only have to set a few properties and you can access to the webservices, only need know the URL of webservice, the method to invoke, and parameters.
VBScript, Windows, ASP, Visual Studio, IIS 5.1, IIS 6, IE 6.0, IE 5.5, Dev
asanoguera 3.57
Multi-User Login and Authentication Code
Updated: 9 Feb 2006  
New user registration, user login, user password retrieval, user account information, active users on site information, site administrator facilities, and a lot more..
VBScript, HTMLWin2K, WinXP, ASP, Visual Studio, Dev
Rahul Mahajan 3.50
DataLink Dialog from ASP
Updated: 24 Jan 2006  
An ActiveX control that allows ASP users to display datalink dialogs.
VBScript, HTML, Windows, ASP, Visual Studio, Dev
Aj Horus  

ASP - XML/XSL

top
Title / Updated Author Score  
Navigation Menu with XML Datasource (ASP.NET Server Control)
Updated: 13 Aug 2008  
Navigation menu using XML as data source: ASP.NET Server Control
XML, C# 3.0.NET 3.5, ASP.NET, Dev
Enes Gundogmus 4.36
XML MessageBoard
Updated: 12 Jun 2001  
An example use of XML for storage of hierarchical messages
XMLWin2K, ASP, Dev
jamieb22 3.92
XML Strengths and Weaknesses with DOM, ASP and XSL
Updated: 11 Mar 2002  
Since the inception of XML, many developers have wondered why they need XML and how they can use XML to their benefit. In this article, Nakul looks at some of the terminology that comes with using XML and its related technologies, as well as how to create and transform XML documents with ASP and XSL
VB.NET 1.0, Win2K, WinXP, ASP, ASP.NET, Visual Studio, Dev
Nakul Goyal 3.92
Accessing ASP objects from XSL
Updated: 9 Jan 2003  
Shows an easy way to access ASP built-in objects such as Request from XSL template.
.NET 1.0, Win2K, WinXP, ASP, Dev
Philip Patrick 3.60
Adding Live Content Feeds to your Blog or Website
Updated: 31 Oct 2004  
How to add live content feeds to your weblog or web site.
VBScript, Javascript, HTMLWin2K, WinXP, ASP, Visual Studio, Dev
Rafay Bin Ali 3.16

Last Updated 22 Nov 2009
Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use