Most Popular Scripts | ASP | Tutorials & Tips
Adding Form Content into Database
posted bywebmasterinForm Processing
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.
Reviews0
PriceFree
Views7438
PDF on the fly for free
posted bydypsoprograminDevelopment
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
Reviews0
PriceFree
Views6218
Simple Database Class
posted bykhelderinDatabase-related
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.
Reviews0
PriceFree
Views2634
Uploading and inserting files (binary data) to the database
posted byfaisalinDatabase-related
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.
Reviews0
PriceFree
Views4359
SQL: Sum, Average, Max, Min, Count, Detail
posted byinfoinDatabase-related
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.
Reviews0
PriceFree
Views5501
Uploading and Inserting Images (binary data) into Database
posted byfaisalinDatabase-related
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.
Reviews0
PriceFree
Views9663
Object-Oriented ASP Calendar
posted bywicked_pisserinCalendars
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.
Reviews0
PriceFree
Views7409
Authentication Tutorial
posted bywebmasterinUser Authentication
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.
Reviews0
PriceFree
Views5717
Creating Excel Reports with ASP
posted bystevenatorinMiscellaneous
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.
Reviews0
PriceFree
Views4041
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.
Reviews0
PriceFree
Views4723
Displaying Sub Folders
posted byinfoinFile Manipulation
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.
Reviews0
PriceFree
Views2719
Compacting an Access database from ASP code
posted byinfoinDatabase-related
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.
Reviews0
PriceFree
Views2718
UltraEasy Forum
posted byultraeasyinDiscussion Boards
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.
Reviews0
PriceFree
Views5177
How to process the data submitted from HTML form
posted bybouvilloninForm Processing
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.
Reviews0
PriceFree
Views3197
Image Studio - ASP
posted bykerberosb2binImage Galleries
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!
Reviews0
Price 19.00
Views2739
MS Access: Tables, Views and Procedures
posted byarticlesinDatabase-related
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.
Reviews0
PriceFree
Views3815
Create XML Documents from Access Output
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."
Reviews0
PriceFree
Views3682
Dynamically Dependent Dropdown
posted bymichaelinDatabase-related
Learn how to create dynamically dependent dropdown lists with. There's an online demo and source code provided.
Reviews0
PriceFree
Views4239
Populate PDF forms on the fly
posted bydypsoprograminForm Processing
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.
Reviews0
PriceFree
Views4156
If Then Else
posted bymichaelinIntroduction to ASP
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.
Reviews0
PriceFree
Views3276