Custom Paging in ASP - Fast And Easy ASP / Scripts
This source code displays results dividing to pages. Code provides Next Previous page links with numeric page numbers. You may modify source code to use with MS SQL or MS Access database. For this example, we have used MS SQL Server using sample database Northwind.
Creating sitemap of a website ASP / Scripts
We will try to create sitemap of our web site. Script displays all folder and files in your site path. Script can be installed quickly, all you need is to upload only one file. You must place aspx file in the root of your directory. However, if you modify source code, you can put this script anywahere in your site.
A Simple Quiz Script ASP / Scripts
ASP is a very simple language if you know its syntax (in that way, it is much like every other programming language, albeit in ASP's case a bit more forgiving than some others). This tutorial describes the construction of a very simple ASP quiz script, which works with just two files: quiz.asp and data.asp.
Installing Internet Information Server (Win XP Pro) ASP / Scripts
If you possess Windows XP Professional on your computer, it is possible to install Microsoft web server, Internet information Server 5.1 (IIS) free from Windows XP Pro installation CD and configure it to be started on your system following next instructions.
Random Image Sample ASP / Scripts
This sample code presents three different ways to show a random image in ASP, each approach illustrated and explained.
Random Passwords ASP / Scripts
Want to Create a random password and mail it to the person who tried to register at your site? Here is a quick and easy example of how to do this task.
An Article Rating System With ASP ASP / Scripts
In this tutorial I'm going to show you how to use ASP and a Microsoft Access database to create a basic content rating system. We will look at how to setup the database to accept ratings, how to add ratings to the database, how to stop users from rating once they have already done so, and finally how to accumulate the ratings for each piece of content and display them in a graphical format.
Online Survey Form Administration ASP / Scripts
In most web_based database application, webmasters are allowed to administrate their web sites throuth internet. In that way webmaster can maintain database or modify html pages anywhere. Many company's internet or intranet site has both back end (for adminstration) and front end (for site visitors). This artical is just quick example to display survey form on front end and update survey questions on back end.
Creating a Mailing List Program ASP / Scripts
Have you ever wanted to create a mailing list on your site? Tired of using those so-called free services that insert advertisements into all of your e-mails? Well this is your lucky day. I have written a basic tutorial on how to accomplish this task. Included with this article is all source code free to download.