Click here to Skip to main content
12,607,188 members (53,903 online)

ASP

Great Reads

by Jason Henderson
Get organized and find a reason to use Active Desktop at the same time.
by Ravi_Baghel
Introduction We often need to create a Data Access Layer (DAL), which takes our business objects and performs CRUD (Create, Read, Update and Delete) in physical data store. If you have ever created the DAL you will come to know how tedious it is to do it again and again. Also, it’s very time consumi
by David Cantrell
In which a class that wraps an ADO Connection object and makes it more developer-friendly is discussed.
by Abhijit Jana
Sorting ASP.NET Dropdown list is very common requirement for any of the web application development.  To Implement this features sometimes developers used to iterate through each and every item and create a sorted list of element then reassign the same source to dropdownlist or sort the element at s

Latest Articles

by NiladriDutta10
In this article we will be discussing a simple way to populate a dropdown list control in a Classic ASP web page.
by Arun Endapally
This post shows how to create an area in ASP.NET MVC application
by xszaboj
IMapper interface is injected into constructors of my classes by Unity framework, but you can use any other DI framework or inject IMapper interface manually.
by Dinezh Dinaz
To show a list of records without knowing number of columns using WebGrid

Discussions

by Misael Monterroca on ASP Code Analyzer
by KlausDK on File downloading with COM and ASP
by AnitaMarechal on article "Classic ASP and MVC"
by er.vks on Keyword highlighting in ASP
by Ian Klek on technical blog "How to create an Area in...

All Articles

Sort by Title

Applications 

30 Jun 2002
Maxime Labelle
A very simple web-based bug tracking database ASP front-end
9 May 2014
Larry Boeldt
Part II of an article describing an ASP based multi-image uploading tool. We add a .NET thumbnailer and free ourselves from the DLL registration for image manipulation.
19 Nov 2009
Philipos Sakellaropoulos
ASP pages and free COM objects for generation of thumbnails and thumbnail views.
17 Oct 2000
Uwe Keim
A simple guestbook application using ASP and an Access database
13 Nov 2003
cdidave
Simple ASP/SQL Server Chat application
11 Apr 2014
Larry Boeldt
A VBScript application to manage image galleries based on the SimpleViewer Flash image gallery.
16 Nov 2003
cdidave
A simple email-like system to handle messages posted from an HTML form.
8 Dec 2002
Nathan Ridley
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.
17 Sep 2002
Jason Henderson
Get organized and find a reason to use Active Desktop at the same time.
11 Jul 2004
aa2max
Easy Guestbook with ASP and MS Access
26 Aug 2001
George Chastain
An ASP event calendar for you website.
21 Jun 2001
George Chastain
A complete app to add a FAQ list to a website.
1 Dec 2010
dotcpp
This article will introduce how to dispose multiple submit buttons on a single form, especially, display how to check which of those buttons was pressed on Server and Client.
11 Dec 2007
TriLogic2
Using the KudzuASp Template Engine for Classic ASP
3 Sep 2001
dswigger
Introduction to localizing your ASP applications
5 Aug 2004
aa2max
Simple News System using ASP and MS Access
27 Mar 2002
Sven Axelsson
How to separate code and style using ASP templates
18 Mar 2002
Philip Patrick
ASP-based forum for your website.
24 Oct 2002
Philip Patrick
A simple web-based newsletters management tool, using XML to store data.
11 May 2003
Tom Wellige
Viewer and Editor for any table in any Database you can reach from your IIS/PWS.
8 Feb 2004
Jonathan Hodgson
This article describes using a Wiki for knowledge sharing and database schema documentation.
21 Apr 2010
Igor Krupitsky
This program is a VBS script that checks your website every minute and warns you when it goes offline.
1 Feb 2010
ddrakonn
Working in ASP Net with EventLog
22 Jan 2004
Alexander Fedorenko
Step-by-step article about writing web-based chat. This article explains the simplest chat.
3 Mar 2004
Alexander Fedorenko
Step-by-step article about writing web-based chat. This article explains the chat with users list.
22 Jan 2004
Alexander Fedorenko
Step-by-step article about writing web-based chat. This article explains the chat with users list and registration.
22 Jan 2004
Alexander Fedorenko
The last part of the ASP chat series. This article explains how to provide a chat with multiple rooms.
Sort by Title

ASP - Code Project scripts 

31 Oct 2001
Chris Maunder
Using the Microsoft Index Server to enable your readers to search your site
13 Feb 2009
amattice
Date Format function for VBScript / Classic ASP
27 Feb 2009
John Doherty
View the contents of Classic ASP Memory
9 Sep 2014
Nitesh Luharuka
How to implement paging in GridView Control in ASP.NET
25 Aug 2001
Chris Maunder, Uwe Keim
The Discussion board ASP scripts as used in The Code Project. This is an open source project for the Code Project community.
20 Jun 2014
Ankesh Dave
Write less do more with ASP.NET MVC templates
Sort by Title

ASP - Components 

24 Jan 2012
Flamewave4
A class that allows the creation and manipulation of collections in classic ASP.
15 Nov 2001
Agus Kurniawan
Simple program for an Active Server Component that handles cookies
15 May 2000
Iulian Iuga
A simple tree control written using ASP that allows you to display hierachical data.
28 Aug 2001
Fayez Al-Mutairi
An advanced COM component that provides file upload capabilities for your ASP pages.
7 May 2003
dswigger
Allows a developer to easily create a dynamic JavaScript tree control.
21 Apr 2002
Nathan Ridley
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
30 Jan 2000
Uwe Keim
A Component for calling a URL from an ASP script and reading back the output
25 Feb 2002
Softomatix
A component to check if given user has a particular access rights on a file/folder or not.
7 Mar 2012
Larry Boeldt
A VBScript class for calling Yahoo!'s Placefinder for geocoding.
5 Sep 2000
xicoloko, Curt Robinson
A COM object you can use to transfer files in ASP
6 Aug 2000
xicoloko
A simple COM component with source that provides file upload capabilities for your ASP pages.
18 May 2005
Dade Murphy
GD library wrapper (for ASP developers with PHP vs ASP examples).
28 Aug 2001
Adrian Bacaianu
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.
19 Mar 2007
Adam Nelson
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.
3 Jun 2004
Om Prakash Pant
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.
28 Oct 2003
Dimitris Vasiliadis
COM Object for Server Side Dynamic Includes on ASP pages
27 Aug 2001
Uwe Keim
Small library to make working with Regular Expressions a little bit easier
21 Oct 2008
Steve Marsh
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.
Sort by Title

ASP - General 

5 Sep 2003
rbeckett
Use CDOSYS instead of CDONTS on Windows 2000/XP
10 Sep 2010
RichardEastes
Realtime page editing, simple, "on-the-fly" menu construction, modifiable permissions for users and groups, built-in search engine optimisation
25 Apr 2002
Fernando Finelli
A list of server environment variables
31 May 2003
Andrew Eno
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).
27 Jun 2001
Christian Tratz
Some functions for client side HTML forms validation. Never write them again!
22 Jan 2004
Ipog Thomas
A simple ASP feedback form with a little extra features like client's IP, browser info etc.
18 Dec 2003
Priyadharshini Sridharan
A tab view representation of related web pages
19 Mar 2014
David Cantrell
In which a class that wraps an ADO Connection object and makes it more developer-friendly is discussed.
16 Mar 2006
Nathan Ridley
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.
6 Dec 2006
Amitux
database Paging alphabetically tutorial
10 Oct 2006
valdo_gmail
Retrieving data from XML using column indexing.
31 Mar 2002
Dan Pomerchik
ASP for beginners, written by a beginner.
6 Dec 2006
fschudel
A simple tool to find unused subs, functions and variables in your ASP code.
24 May 2004
aa2max
ASP Content Mangement System.
27 Nov 2008
Vincenzo Rossi
EasyForm allows you to create ASP.NET-like forms, with state keeping and server side event handling
23 Apr 2004
vipinsharma
An Intranet Attendence System
28 Mar 2005
simonchen.net
ASP TreeView is a advanced ASP control that's base on Server side / Client side technique. server side: Asp + JScript, client side: Jscript + HTML.
16 Sep 2002
Davy Mitchell
An ASP-DHTML MDI framework for site administration.
2 May 2003
Kundan Narendra
Avoid using same code in various pages
13 Jun 2004
David Wulff
bttlxeForum is a freely available feature rich database-driven Internet forum solution written entirely in Active Server Pages.
20 Dec 2011
Ahmd.Refat.Twfik
The main purpose of this tutorial is to get you started with ASP.NET MVC easily, which will be through building a simple Twitter client to demonstrate the components of the framework and exposing some concepts too.
4 Sep 2006
Bulilding PHP like associative array in ASP
10 May 2007
Nakul Lande
How to Give a call to XML Web Service through ASP
10 Sep 2007
Poonam Gandash
This code checks the availability of username in database records.
30 Mar 2002
ISIS55
A beginner's guide to Cookies.
21 Jun 2016
Emmet M
MVC-like for classic ASP.
2 Feb 2004
Christian Calderon
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!
7 Aug 2004
Christian Calderon
The Classic ASP Framework (CLASP) will allow you to structure your ASP pages in the same way you do it with ASP.NET
31 Jan 2004
aa2max
Web based content management solution for your own music review site.
22 Jul 2002
'Anil' Radhakrishna
Convert any Table into XML format & view it using XSL
10 Oct 2002
Srinivas Chintakindi
An article on how to create a formatted MS-Excel sheet using ASP
3 May 2000
Iulian Iuga
Template Active Server Pages to display different objects based on registry settings
12 Sep 2003
Gaurav Saini
Demonstration of using a timer on a webpage.
15 Feb 2000
Chris Maunder
A simple routine to display the current date of the server in the clients browser
22 Jun 2007
Madhu Rajagopalan
Dubugging classic ASP in Visual Studio 2005 on Windows XP and IIS 5.
14 Jul 2016
Dinezh Dinaz
To show a list of records without knowing number of columns using WebGrid
1 Dec 2003
Nilesh_Shah_Ind
Dynamically Change Frame Pages
17 Sep 2002
Megan Forbes
How to test for stage of processing using ASP, and then dynamically build your ASP page around this.
22 Dec 2002
Smitha Nishant
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.
29 Jul 2005
aa2max
Simple web-based time management application using ASP and MS Access.
1 Jul 2002
Adrian Bacaianu
This article describes a simple function which calculates the execution time of your asp scripts
20 Jan 2002
tommy skaue
A simple function to encrypt your users passwords
14 Apr 2006
Yashwant Shukla
This Article will help you to export your data From Sql server to Access in form of Mdb file
20 Jul 2000
xicoloko
An article about faking frames to have pages with the same layout by using server side includes
29 May 2002
THIRUMALAIKUMAR
Using a VBScript class to upload files. Useful when you are not able to deploy a custom COM object.
2 Nov 2004
Rafay Bin Ali
How to query the database using Flash and ASP.
31 Aug 2003
Per S
Where are your internet visitors coming from?
3 Apr 2001
Dhandapani Ammasai
This articles shows how to get HTML source of a URL, even if the URL uses tricks to prevent you from viewing the source
12 Jun 2002
Srinivas Chintakindi
This article shows how to get HTML source of any WebPage even if the website prevents viewing the source
10 Jun 2001
Robert Collyer
These scripts will make variables live well beyond the page scope and make the debugging process of passing variables between pages just a memory.
21 Jun 2008
myok12
How to enlarge web sites to support several languages
4 Jul 2003
Cheater512
This shows you how to use the Google API in ASP not ASP.NET!
31 Mar 2014
David Cantrell
Implementing the ASP.NET MVC HTML Helper "using pattern" in Classic ASP by using the With keyword, an HTML tag class and helper methods.
8 Jul 2006
Raafat Abdulfattah
Example of inserting up to 32000 characters in an Oracle CLOB field by using ASP code.
16 Jan 2006
Adrian Bacaianu
 This article describes two ways to upload images and files on your web server, and the advantages and disadvantages of both.
15 Jun 2000
Konstantin Vasserman
A simple function to highlight keywords in ASP
21 Dec 2007
TriLogic2
Using the KudzuASP template engine for Classic ASP
25 Apr 2002
Fernando Finelli
How to list or manage users from a domain
1 Dec 2007
Sun Rays
Maintain Scroll position of panel or div using the code
12 Sep 2005
Ken Yim
Index Server class for ASP, easy to implement on your website
3 Apr 2001
Alex Marbus
How to set multiple domains one a single IP-address with ASP.
26 Oct 2004
Rabbi Professor Moshe Plotkin
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.
11 Dec 2003
Populate123
ASP code for generating unique IDs
10 Feb 2004
aa2max
A complete website content management system using ASP and MySQL
20 Mar 2003
glitch177k
An article on Number Conversion from the basic number to the number with a following suffix. (ie, 1 to "1st")
16 Nov 2004
Rafay Bin Ali
A financial view of a balancesheet using XML and ASP
10 Dec 2000
Troy Marchand
A simple way to separate your design from your scripting when populating forms with data.
14 Sep 2000
xicoloko
An article on how to easily password protect a site using include files
5 Jan 2004
rainmakerpsi
Asp code to create web site like amihot.com
18 Mar 2009
Chris Maunder
How to read a text file on a server using VBScript in ASP
20 Apr 2005
aa2max
Complete ready to run real estate agent, or for-sale-by-owner website.
28 Feb 2007
Asim_Abbasi
ASP based with MS Access as backend, recruitment mangement system. No DLLs.
30 Jul 2002
Gopi Subramanian
Registering DLL's has always been a nightmare to all the programmers who have to work with remote WebServers.
27 Sep 2000
Konstantin Vasserman
Exploring the options of removing HTML tags from the text in ASP.
8 May 2007
Nawaz Ijaz
This article is aimed to get familiar with RSS (Really Simple Syndication) Feed, its formation, practical usage and its progmatical implementation
14 Feb 2006
Jitendra Bansiwal
Save file on client computer
25 Apr 2002
Fernando Finelli
Send email with CDONTS
28 Apr 2002
Fernando Finelli
Send ASP email with attachments
7 Mar 2005
felipep
Server.MapPath does NOT return the physical path of global.asa.
4 Jun 2003
Emmanuel Kartmann
This article presents a trick to reuse the same source code (JavaScript) in client-side (inside a browser) and server-side (inside IIS/ASP).
29 Oct 2004
aa2max
A simple image gallery with captions using ASP.
18 Apr 2005
aa2max
A simple, easy to use and setup project management with asp and ms access.
29 Mar 2002
ISIS55
A beginner's guide to SMTP automated mail delivery with the CDONTS library.
26 Jul 2006
saqib chuadhry
You can lose secret information when u enjoying internet browsing by yours clipboard. sensitive data (like passwords, credit card numbers, PIN etc.)
17 Jul 2004
Vasanth Kumararajan
Spell check text area.
23 Aug 2004
Muhammad Zeeshan Arshad
This code will help to store multiple checkbox or radio box values via Form (to render on screen / to store in a database).
3 May 2003
Kundan Narendra
What does it mean? I think many people still don't use the SSI - Server Side Includes...
2 Dec 2008
John Doherty
VBScript/ASP version of C# String.format("this {0} a {1}","is","test").
27 Sep 2000
Konstantin Vasserman
How to generate short preview of the text in ASP.
25 Apr 2002
Fernando Finelli
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.
18 Aug 2001
Horatiu CRISTEA
A simple script to track users login/logout times on your site and shows how to view how many users are online.
25 Apr 2002
Fernando Finelli
Trap the ASP and SQL errors in your Site
7 Nov 2002
Per S
How to use URL aliases to fix for the URL wrapping problem in emails
9 Oct 2003
Faisal Haroon
Web-based Active Directory Login
10 Dec 2003
glitch177k
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.
2 Feb 2000
Iulian Iuga
An introduction to using cookies in your ASP scripts
14 Jun 2013
csharpbd
Working with jQuery and UpdatePanel in the same page.
Sort by Title

ASP - Howto 

6 Nov 2016
NiladriDutta10
In this article we will be discussing a simple way to populate a dropdown list control in a Classic ASP web page.
15 Nov 2004
Keith Dean
An article on how to bypass the need to provide login details when accessing an intranet page.
2 Jul 2014
Larry Boeldt
Add Facebook Website Tools integration to your ASP based authentication
30 May 2004
Om Prakash Pant
This article describes how to display images which are stored in database in either SQL Server or MS Access.
5 May 2004
Christian Kiefer
How to access the address book of the Exchange Server with ASP and ADSI / LDAP.
29 Apr 2004
Christian Kiefer
How to use CDO for forwarding of emails with Exchange.
18 Dec 2004
Persis Daver
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.
1 Nov 2004
Christian Kiefer
User search in the address book of the Exchange Server with ASP and ADSI / LDAP.
28 Sep 2007
AdamNThompson
How to use SOAP with Classic ASP / VBScript.
29 Oct 2004
Christian Kiefer
This article points out how you can verify an email adress in Exchange with ASP
Sort by Title

ASP - Samples 

14 Jun 2005
asanoguera
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.
24 Jan 2006
Aj Horus
An ActiveX control that allows ASP users to display datalink dialogs.
9 Feb 2006
Rahul Mahajan
New user registration, user login, user password retrieval, user account information, active users on site information, site administrator facilities, and a lot more..
Sort by Title

ASP - XML/XSL 

10 Jan 2003
Philip Patrick
Shows an easy way to access ASP built-in objects such as Request from XSL template.
1 Nov 2004
Rafay Bin Ali
How to add live content feeds to your weblog or web site.
13 Aug 2008
Enes Gundogmus
Navigation menu using XML as data source: ASP.NET Server Control
12 Mar 2002
Nakul Goyal
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


Advertise | Privacy | Mobile
Web01 | 2.8.161122.1 | Last Updated 25 Nov 2016
Copyright © CodeProject, 1999-2016
All Rights Reserved. Terms of Service
Layout: fixed | fluid