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

Most Popular Scripts | ASP | Tutorials & Tips

Results 101-120 of 708
Adding Form Content into Database
An article on inserting Form content into database. We'll also create an ASP page to show all the records and to delete specific records if wanted.
(6 ratings)
Reviews0
PriceFree
Views7290
PDF on the fly for free
Learn how to convert HTML webpage to PDF for free by using HTMLDoc. With a simple installation of htmldoc.exe (opensource), by sending a command line from ASP. New version of the script is provided. Feedback will be appreciated
(6 ratings)
Reviews0
PriceFree
Views5858
Simple Database Class
This database class handles Select, Insert, Update, and Delete. It also takes steps to ensure your SQL syntax is valid, and that memory leaks / errors are prevented. Tutorial comes with demo, downloadable code, and an in depth explanation.
(6 ratings)
Reviews0
PriceFree
Views2487
Uploading and inserting files (binary data) to the database
Step-by-step tutorial on how to upload files (images, text, other documents, etc) using plain ASP pages to the database. Every step has been explained in detail. Downloadable source code available.
(6 ratings)
Reviews0
PriceFree
Views4245
SQL: Sum, Average, Max, Min, Count, Detail
This example shows how to perform a variety of statistics on your data using simple SQL such as Sum, Average, Max, Min, and Count. It uses stock trading performance of EPOS as an example.
(6 ratings)
Reviews0
PriceFree
Views5192
Uploading and Inserting Images (binary data) into Database
This is a step by step tutorial on uploading and inserting binary data (images, files, etc.) into Access Database. Online demo, and sample code available for download.
(6 ratings)
Reviews0
PriceFree
Views9496
Object-Oriented ASP Calendar
This tutorial shows how to use a VBScript Class to create calendar based applications quickly so you can focus on functionality rather than worry about what weekday the 1st of January falls on. Some of this calendar features include: Easy positioning and sizing to best suit your application's needs, Dynamic cell width and font scaling based on the size of your calendar, Current day highlighting and activity scheduling capability, Customizable actions for events such as OnNextMonthClick, OnPrevMonthClick and OnDayClick, and Customize titlebar and font color as well as font face.
(6 ratings)
Reviews0
PriceFree
Views7096
Authentication Tutorial
This is a quick and easy guide to building an authentication system in ASP. First, it explains Authentication: What it is, how you work with it, and what options are currently available to you. Then, it explains each choice in more detail to help you decide which is the best way for you to authenticate your web users.
(6 ratings)
Reviews0
PriceFree
Views5579
Creating Excel Reports with ASP
This tutoral shows a simple method of turning HTML reports into Excel reports, and for moving calculations from the server to the client, using Excel functions. It allows the server to dynamically create Excel reports without taking up any space on the server. It also allows multiple concurrent users to receive these reports simultaneously. Lastly, the generated reports can be complete with Excel formulas, which allows intensive calculations to be moved to the client side. This method only works with Excel 97 or later.
(6 ratings)
Reviews0
PriceFree
Views3894
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
Views4579
Displaying Sub Folders
Following example displays all sub folders in current folder. We will use SubFolders property of FileSystem Object for this source code. First we will find our current path using System.MapPath.
(6 ratings)
Reviews0
PriceFree
Views2534
Compacting an Access database from ASP code
This source code can compact and repair your MS-Access database files. If you compact your access files regularly, it will work more faster and secure. Also you will save some hard disk space.
(6 ratings)
Reviews0
PriceFree
Views2562
UltraEasy Forum
Build a fully functional ASP Forum (Message Board) with UltraDev and some Microsoft Access trickery. Part of the ongoing "UltraDev - UltraEasy" series of tutorials. All the files for this project (including the database) are available for download and can be used as a stand alone, fully customizable, ASP forum.
(6 ratings)
Reviews0
PriceFree
Views5053
How to process the data submitted from HTML form
The great advantage of ASP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use ASP code to make decisions based off this information to create dynamic web pages. This tutorial demonstrates how to create an HTML form and process the data.
(6 ratings)
Reviews0
PriceFree
Views3044
Image Studio - ASP
The auto gallery (ASP) feature of Image Studio removes the setup and maintenance activities from your task list by automating the process. Whenever you add a new thumbnail and image pair to a specified folder on your webserver, Image Studio automaticall picks up this addition and adds it to the viewer at runtime. Image Studio accomplishes this automatic configuration by scanning your resource folders (for thumbnails and Images) and constructing the resulting gallery based on the contents of your resource folders. This means that additions or removal of images from these folders is automatically reflected in the gallery viewer. It is possible to customise the visual aspects of an Image Studio implementation through the use of themepacks. We implemented an auto-gallery for each of the standard themepacks that ship with Image Studio. In total there are 11 themepacks including the default look and feel. Now available as a Dreamweaver Extension!
(6 ratings)
Reviews0
Price 19.00
Views2598
MS Access: Tables, Views and Procedures
Ever wondered how to create a table, view or procedure with MS Access? This article shows us how to create all three and work with them from an ASP script.
(6 ratings)
Reviews0
PriceFree
Views3637
Create XML Documents from Access Output
posted byinfoinXML & ASP
The author writes "Active Server Pages allow for the easy ability to create dynamic views of your data on a web server, but you can also create "static" documents on the server. This can be particularly useful if you wish to distribute your information on CD or in virtually any document form. This sample example will utilize a US state info db. After reading the contents of the db instead of writing output to the browser html text is written to the server on a file with the .xml file extension. By placing appropriate XML tags around the Db output the XML document that is created on the server than can be read by the browser or any appropriate means."
(6 ratings)
Reviews0
PriceFree
Views3540
Dynamically Dependent Dropdown
Learn how to create dynamically dependent dropdown lists with. There's an online demo and source code provided.
(6 ratings)
Reviews0
PriceFree
Views4059
Populate PDF forms on the fly
One way to generate dynamic PDF files is to create PDF template forms and then to fill them on the fly. This article show you how to do so very easily by using the FDF toolkit.
(6 ratings)
Reviews0
PriceFree
Views3874
If Then Else
The If Then Else control structure can be used to run a line or block of code within your script when a certain condition is met.
(6 ratings)
Reviews0
PriceFree
Views2977
Results 101-120 of 708