Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | ASP | Tutorials & Tips

Results 681-700 of 708
Creating an On-Line Quiz Using ASP
This tutorial guides you through step-by-step how to create a multi-question quiz using ASP and MS Access database.
(3 ratings)
Reviews0
PriceFree
Views9663
Simple Web-Database System Application
This article will show how to connect an Access database to your Active Server Pages using Microsoft FrontPage. This is a beginning-level article with plenty of screen shots to show how to connect via ODBC, generate a SQL query in Access and construct the Active Server Page.
(0 ratings)
Reviews0
PriceFree
Views2235
ActiveX Component
In this tutorial, you will learn how to create your first ActiveX DLL component using Microsoft Visual Basic 5.0 and above. The power of ActiveX component is not even closely covered here. The purpose of this tutorial is simply give you a start on how DLL is created.
(3 ratings)
Reviews0
PriceFree
Views3894
SQL Tutorial
SQL, Structured Query Language, is the most powerful tool to connect to a database regardless of the form of the database. However, building a perfect SQL statement can be very frustrating. Especially debugging -- the error message simply didn't tell you where the error is. This tutorial provides a nice summary of SQL statements.
(0 ratings)
Reviews0
PriceFree
Views2395
How to create and retrieve cookies using ASP
Cookies can be used to remember things about a user when they come back to your site. Cookies expire after a certain amount of time which you can set. Also, the clients browser must have cookies enabled for them to work. Here is a very simple example of creating a cookie and setting the cookie to expire in one year using ASP
(3 ratings)
Reviews0
PriceFree
Views5917
Using ASP to create, edit, or delete information in a database.
This is a set of ASP examples/tutorials that demonstrate exactly how to use ASP with a database. Topics include: Using ADO To Add A New Record, Using ADO To Update An Existing Record, Using An Update Query To Modify An Existing Record, Using Delete Statement to Delete Records, Using A Select Statement (With A Loop), and ACCESS DATABASES ( DSN vs DSN-LESS).
(9 ratings)
Reviews0
PriceFree
Views8382
Create a Custom ASP Error Page
In this tutorial, you will learn how to assign custom errors to common problems that you may experience with your web site and create a centralized error page to display custom errors.
(1 ratings)
Reviews1
PriceFree
Views2860
Making the Switch from ODBC to OLE DB
ODBC is great and all but for speed and reliability you should switch to OLE DB to power your database driven apps. This tutorial will show you how to do it two ways: in the global.asa and in any ASP page.
(0 ratings)
Reviews0
PriceFree
Views1749
A Text-Based Search Engine
Have you wanted to allow your users to search through your website, checking for files that contain a particular string? Using the FileSystemObject, you can search through all of the files in a particular directory that contain a particular string. To allow for this functionality, you will need two ASP pages: one that presents the user a form to enter the string they wish to search for; the second needs to take this string, iterate through all of the files in a particular folder, and determine which of these files contain the string. This tutorial shows you how.
(6 ratings)
Reviews0
PriceFree
Views4585
Creating a Mailing List Program
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 basic tutorial shows you how to create your own mailing list program in ASP. Included with this article is all source code free to download.
(3 ratings)
Reviews0
PriceFree
Views6948
File DSNs - Use and Reuse
Many a time, you are confronted with creating a system DSN for use with ASP. If you have an ISP account, this might take time and more than sometimes - money. This article describes how to use File DSNs and save time and money. Also, you can reuse these DSNs and thus, with some modifications, use the same DSN for as many database connections.
(0 ratings)
Reviews0
PriceFree
Views1215
Simple ASP Authentication System
This article describes how you can secure ASP applications using simple, but quite effective authentication schemes. This article uses a very simple way to achieve this. Just follow the steps and you have a secure login system.
(3 ratings)
Reviews0
PriceFree
Views12989
Querying an Access database in ASP
Active Server Pages allow us an easy means of querying and updating a database from a webpage. This article describes the basics of using this technique in a nutshell. The examples given here utilize a Microsoft Access database, but the principles elucidated apply equally well to ASP integration with other databaes.
(0 ratings)
Reviews0
PriceFree
Views3514
VBScript forms
This page explains how to collect info from forms and validate them with VBScript server side. All source code is available.
(3 ratings)
Reviews0
PriceFree
Views8263
A Banner Ad Rotator
This tutorial shows you step-by-step how to make a banner rotate include file for including in your ASP pages. All source code is available.
(0 ratings)
Reviews0
PriceFree
Views4127
Intro to ASP
This a quick introductory guide to Active Server Pages. Explains what it is, what it can do, and what you need to get started.
(0 ratings)
Reviews0
PriceFree
Views1626
Intro to VBScript
This introductory guide presents 5 useful VBScript tricks and examples. IT shows you how to detect the IP address of your visitors, detect the user's browser, how to include files in your ASP pages, how to force the script to continue with the next statement when it encounters an error, and how to make subroutines.
(0 ratings)
Reviews0
PriceFree
Views2529
An introduction to ASP
Active Server Pages is a programming environment that gives the ability to generate dynamic html pages with the help of server side scripting. This article will help you to understand what is ASP, How is works and how to get started with ASP.
(1 ratings)
Reviews1
PriceFree
Views5530
How to create DSN for Microsoft SQL Server
This article will help you to create a System Data Source Name (DSN) for Microsoft SQL Server on your local machine. After a System DSN has been created you can use it within any ASP page located on the same computer.
(0 ratings)
Reviews0
PriceFree
Views2448
DevASP Log file
Are you interested to know who came to your site? at what time? and what was the referring URL. Here is an example how to make a Log file for an ASP page to keep track of users on your site. This Example use a text file to write user information.
(3 ratings)
Reviews0
PriceFree
Views3005
Results 681-700 of 708