| Complete ASP Articles List | |
|
Decode and Encode UTF-8 by Hans Kalle (9/2/2006)
|
| When reading and writing xml-files like rss-feeds, one needs to convert data from the Windows character set to UTF-8. This script is all you need. |
|
ASP GetTempName by Jeff Anderson (9/2/2006)
|
| Use the GetTempName method to create a randomly generated temporary file on the server. |
|
ASP GetFile by Jeff Anderson (9/2/2006)
|
| An introduction to the GetFile Method of the FileSystemObject |
|
ASP FolderExists by Jeff Anderson (9/2/2006)
|
| An introduction to the FolderExistsMethod of the FileSystemObject |
|
ASP OpenTextFile by Jeff Anderson (9/2/2006)
|
| An introduction to the OpenTextFile Method of the FileSystemObject |
|
ASP FileExists by Jeff Anderson (9/2/2006)
|
| An introduction to the FileExistsMethod of the FileSystemObject |
|
ASP FilesystemObject by Jeff Anderson (9/2/2006)
|
| An introduction to the Filesystemobject |
|
ASP CreateTextFile by Jeff Anderson (9/2/2006)
|
| An explanation of the CreateTextFile Method, part of the ASP FileSystemObject |
|
ASP CreateFolder by Jeff Anderson (9/2/2006)
|
| Using the CreateFolder method of the filesystemobject to create a folder on the server |
|
HTTP screen-scraping and caching by Troy Wolf (5/31/2005)
|
| An ASP class that makes it easy to leverage data from web pages that may be your own or pages from other websites. The class has methods that make it easy to pull entire pages, specific sections of content, tables of data, or even just a specific image from third-party websites. |
|
Parsing Dynamic Layouts by Imran Salahuddin Khan (1/17/2005)
|
| A way for keeping static and dynamic contents separate and to parse the dynamic contents for the variables inside the layout string. |
|
MagicGrid by Abhijeet Kaulgud (1/14/2005)
|
| MagicGrid is an all-in-one grid for ASP programmers. It is a 3 Level Hierarchial Grid. You can Add, Edit, Delete Items under all the three levels. You can also cut-copy-paste Items from one level to other, It happens just by drag & drop! |
|
A Better Moustrap: FmtDate to replace FormatDateTime by Jeremy M (5/15/2004)
|
| An example of a simple-to-use replacement for the visual basic script function FormatDateTime. |
|
ASP.NET Forum Source Code by ITCN (3/1/2004)
|
| Complete open source website Forum and Discussion Board programmed in Microsoft dot Net 1.1 Framework with Visual Basic. |
|
Application & Session Events in the Global.asax File by Jeff Anderson (9/24/2003)
|
| An introduction to the global.asax file and the application and sesion events that found there. |
|
Create search engine friendly static pages from a dynamic page in ASP by Jeff Anderson (4/28/2003)
|
| This script shows you how to build a series of static pages for items in your database, to increase search engine friendliness. |
|
ASP Shopping Cart by CodeToad Plus! (4/17/2003)
|
| Complete source code and demo database(Access, though SQL compatible) to an ASP database driven e-commerce shopping basket, taking the user through from product selection to checkout. Available to CodeToad Plus! Members |
|
ASP.NET Bar Chart Graph by Chris Goldfarb (4/8/2003)
|
| Complete source code to generate a horizontal bar chart graph in ASP.NET |
|
Concatenate strings in sql by Jeff Anderson (4/8/2003)
|
| A brief introduction to concatenating strings in an sql query (using SQL server or access databases). |
|
Banner Ad Rotator by Art Downey (3/20/2003)
|
| An introduction to the Microsoft AdRotator component which ships with IIS and is the simplest way to implement banner ad rotation on your site. |
|
Calculating Date Differences with DateDiff by Art Downey (3/17/2003)
|
| A summary of the various ways of calculating the difference between two dates. |
|
Add or Subtract Hours in SQL or ASP using DateAdd by Jeff Anderson (3/17/2003)
|
| A beginners guide to using the SQL DATEADD function to add or subtract hours. Particularly useful when setting the time displayed on the ASP page to a different time zone (eg when the server is in the US, and the site is for a UK audience). |
|
Creating an SQL Trigger by Jeff Anderson (3/11/2003)
|
| A beginners guide to creating a Trigger in SQL Server |
|
Create an ASP SQL Stored Procedure by Jeff Anderson (3/11/2003)
|
| A beginners guide to setting up a stored procedure in SQL server and calling it from an ASP page. |
|
An ASP.NET thumbnail solution by Philipos Sakellaropoulos (2/27/2003)
|
| An article describing a set of ASP.NET tools for generation of thumbnails and thumbnail views. |
|
Find Visitor Geographical location from IP address using ASP by Per Soderlind (2/26/2003)
|
| Where are your internet visitors coming from? Using simple ASP and the free GEOIP Database from Maxmind its quite easy to find out |
|
ASP SQL Display Queries in a Web Interface by Jeff Anderson (2/19/2003)
|
| Instant access for developers to an Access or SQL database via a simple web interface. The interface can be used to run any queries including building tables, updating data and so on. |
|
ASP Shopping Cart E-Commerce Script by CodeToad Plus! (2/4/2003)
|
| Complete source code and demo database(Access, though SQL compatible) to an ASP database driven e-commerce shopping basket, taking the user through from product selection to checkout. |
|
ASP Forum Script by CodeToad Plus! (2/4/2003)
|
| A comprehensive forum script include email notification, special codes & multi-forum capabilities Includes complete source code and demo database(Access). |
|
Simple ASP.NET Email function by Jeff Anderson (1/21/2003)
|
| Standard code for sending emails from within an ASP.NET application |
|
Creating a Dynamic Reports using ASP and Excel by Jeff Anderson (1/9/2003)
|
| A simple way to generate Excel reports from a database using Excel. |
|
FTP using only pure ASP without using 3rd-party components by Ben Meghreblian (10/11/2002)
|
| A real treat for ASP developers - sample code to access the Windows Shell and use ftp commands from within a standard ASP page - no components needed. |
|
Ten Things to Do With IIS by Matt J. Foley (10/9/2002)
|
| Useful guide to IIS management from an ex-Apache admin. |
|
Complete ASP Chat Application by Brian Gillham (8/27/2002)
|
| A bonus for codetoad regulars - this is a chat application implemented entirely in ASP and is ready to run immediately. |
|
Convert Http strings into Clickable links by Brian Gillham (8/24/2002)
|
| This function takes a string as input and links any "http" it finds so that they are then clickable in a browser. |
|
Complete ASP Data Driven Web Site by Brian Gillham (8/24/2002)
|
| This is a COMPLETE, professionally developed ASP data driven web site, using the full range of Microsoft Internet and Database Development features. |
|
Interactive Polling Script by Corsair (8/4/2002)
|
| This is a script that does a simple voting poll and displays the results in a bar chart. |
|
Email validation using Regular Expression by Jeff Anderson (8/3/2002)
|
| Using regular expression syntax is an exellent way to thoroughly validate an email. It's possible in ASP. |
|
ASP Tree Calendar by Glen (7/23/2002)
|
| A tree-style calender allowing the user to easily select any day of the year. |
|
ASP Cool Chart by Glen (7/13/2002)
|
| This script allows you to create customisable bar charts in an instant using pure ASP code. |
|
The asp:checkbox and asp:checkboxlist control by David Sussman, et al (7/8/2002)
|
| Checkboxes are similar to radio buttons, and in HTML, they were used to allow multiple choices from a group of buttons. |
|
The asp:radiobutton and asp:radiobuttonlist control by David Sussman, et al (7/8/2002)
|
| In HTML, radio buttons are used when we need to make multiple sets of choices available, but we want the user to select only one of them. |
|
The asp:listbox control by David Sussman, et al (7/8/2002)
|
| The next HTML server control that we'll look at, <asp:listbox>, is very much related to <asp:dropdownlist>. |
|
The asp:textbox control by David Sussman, et al (7/8/2002)
|
| This server control is ASP.NET's version of the HTML textbox form control. In fact, it doubles up and also provides the functionality of the HTML <textarea> form control. |
|
The asp:dropdownlist control by David Sussman, et al (7/8/2002)
|
| The <asp:dropdownlist> control is one of the best controls for demonstrating the usefulness of having a form control processed on the server side.
|
|
Control Attributes by David Sussman, et al (7/8/2002)
|
| How do we get hold of the <asp:label> control attributes within our ASP.NET code? Well, we can do this by adding some ASP.NET code at the head of the HTML, as in the following example |
|
How the form Tag Works in ASP.NET by David Sussman, et al (7/8/2002)
|
| ASP.NET has a set of form controls that can be used just like their HTML form control equivalents, the main difference being that they are actually constructed dynamically on the server and then sent out. |
|
Forms and HTML Server Controls by David Sussman, et al (7/8/2002)
|
| Complete Sample chapter from 'Beginning ASP.Net with C#. The chapter introduces the use of web form controls in ASP.NET |
|
What is ASP.NET? by Brady Gaster, et al (7/5/2002)
|
| Complete Sample Chapter from 'Fast Track ASP.NET' |
|
2 Ways To Implement Session Tracking by Kiran Pai (6/25/2002)
|
|
This article explains how to implement session tracking using two of the simplest & oldest methods available to programmers.
|
|
Using Cookies in ASP.NET by Robin Smith (6/25/2002)
|
| This tutorial takes you through the basics of using cookies in ASP.NET |
|
HTTP Browser Capabilities with ASP.NET by Robin Smith (6/25/2002)
|
| Use the httpbrowser object to read the capabilities of the user's browser |
|
SQL In Simple English - Part II by Kiran Pai (6/3/2002)
|
| In his second article on SQL for beginners, Kiran Pai takes you through the use of joins. |
|
SQL In Simple English - Part I by Kiran Pai (6/3/2002)
|
| An introduction to the main concepts of SQL |
|
Removing single quotes for SQL statements by Jeff Anderson (3/28/2002)
|
| Explains how to overcome the database problem with single quotes when writing SQL statements |
|
ASP Replacing single quotes by Jeff Anderson (3/28/2002)
|
| Explains how to overcome the database problem with single quotes when writing SQL statements |
|
Using ASCII characters in ASP. by Jeff Anderson (3/28/2002)
|
| How to produce ASCII characters in ASP code. Useful for replacing commas, writing quotes and other functions. |
|
Creating Folders with the File System Object by Jeff Anderson (3/28/2002)
|
| Using the FileSystemObject you can create new folders on the Web server's file system. |
|
Tell A Friend Script by Jeff Anderson (3/12/2002)
|
| Full source code for a tell-a-friend application using ASP and CDONTS. |
|
ASP Server Side Include Files by Jeff Anderson (3/1/2002)
|
| Include files are one of the most powerful features of ASP. Learn how to use them in this tutorial. |
|
Opening a Database Connection in ASP by Jeff Anderson (3/1/2002)
|
| The best way to connect to a database from an ASP page is to use a DSN or data source name. This article explains how to do it. |
|
Count Active Users Script by Jeff Anderson (2/28/2002)
|
| This ASP script allows you to count the number of users currently active on your site. |
|
ASP Format Date and Time Script by Jeff Anderson (2/27/2002)
|
| An ASP script showing the variety of date and time formats possible using the FormatDateTime Function. |
|
ASP Email script using CDONTS by Jeff Anderson (2/27/2002)
|
| An ASP script to send emails from the web page using CDONTS component. |
|
Tell a Friend Script by Jeff Anderson (10/15/2001)
|
| This is an ASP Script simply to be used on your pages to allow users to email an article or page they've seen on your site. This Script also use JavaScript to validate the form. |