Error handling in ASP by Arsalan A. Suzuki
Submitted on 9/21/2003 Hits 1849
**2b This sample script shows how to handle error (generated by Class or Undefined objects) in ASP.
Paging Records by Arsalan A. Suzuki
Submitted on 9/4/2003 Hits 1874
**3b This script shows how to break up a large number of records and display the results in different pages, to minimize the load time.
Basic Concepts for Newbie by Arsalan A. Suzuki
Submitted on 8/5/2003 Hits 1331
**1 This article explains what is ASP and the difference between clientside scripting and serverside scripting and also some basic HTML stuff
Database using ASP by Arsalan A. Suzuki
Submitted on 6/27/2003 Hits 4881
**3 This shows how to read and write to a database file.
Form Basic by Arsalan A. Suzuki
Submitted on 6/24/2003 Hits 995
**2 This tutorial show how to use and add 'form' to a simple HTM file and later retrieve in the information in ASP file
ASP Basic by Arsalan A. Suzuki
Submitted on 6/23/2003 Hits 1450
**1 This sample script shows how to use and run a simple ASP (Active Server Page) page. Absolutely recommended for newcomers.
Array by Arsalan A. Suzuki
Submitted on 6/4/2003 Hits 845
**5 This script shows how to use an array in ASP
Referrer URL by Arsalan A. Suzuki
Submitted on 5/20/2003 Hits 557
This script shows how to retrieve the referrer's URL
Using Checkbox by Arsalan A. Suzuki
Submitted on 9/28/2002 Hits 685
This sample script shows how to use checkbox for selecting a record and to process that info (for example deleting a particular record).
Tell a friend script by Andi Zain
Submitted on 7/11/2001 Hits 638
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.
Download Script by Andi Zain
Submitted on 7/11/2001 Hits 678
This download counter script uses ASP file system object to get the size of the download file and to track how many times a file is already downloaded.
Fields in the recordset by Arsalan A. Suzuki
Submitted on 6/10/2001 Hits 848
**8 This program shows how to get the name and size of all the fields in the recordset.
Server & User Info by Arsalan A. Suzuki
Submitted on 6/1/2001 Hits 898
**7 This small script shows how to retrieve the Server information as well as remote user information.
Sending Email using ASP by Arsalan A. Suzuki
Submitted on 6/1/2001 Hits 1108
**4 This tutorial show how to send email messages in ASP.
Guest Book by Arsalan A. Suzuki
Submitted on 6/1/2001 Hits 647
This tutorial show how to make a simple guest book.
Cookies by Arsalan A. Suzuki
Submitted on 6/1/2001 Hits 875
**6 This shows how to use cookies to store information on client's system
Banner by Arsalan A. Suzuki
Submitted on 6/1/2001 Hits 566
This script shows how to randomly show different banner with different links.
Script Creator by Arsalan A. Suzuki
Submitted on 5/30/2001 Hits 612
This script shows how to create another script on the remote server
Form Mailer by Arsalan A. Suzuki
Submitted on 5/28/2001 Hits 765
This script shows how to send the forms content to any email address you specify.