| Most ASP Popular Articles | |
|
ASP FilesystemObject by Jeff Anderson (9/2/2006)
|
| An introduction to the Filesystemobject |
|
ASP GetTempName by Jeff Anderson (9/2/2006)
|
| Use the GetTempName method to create a randomly generated temporary file on the server. |
|
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. |
|
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. |
|
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. |
|
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). |
|
ASP OpenTextFile by Jeff Anderson (9/2/2006)
|
| An introduction to the OpenTextFile Method of the FileSystemObject |
|
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: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. |
|
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. |
|
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 |
|
Using Cookies in ASP.NET by Robin Smith (6/25/2002)
|
| This tutorial takes you through the basics of using cookies in ASP.NET |
|
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>. |
|
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). |
|
ASP FileExists by Jeff Anderson (9/2/2006)
|
| An introduction to the FileExistsMethod of the FileSystemObject |
|
Simple ASP.NET Email function by Jeff Anderson (1/21/2003)
|
| Standard code for sending emails from within an ASP.NET application |
|
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. |
|
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. |