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

Top Rated Scripts | ASP | Tutorials & Tips

Results 41-60 of 708
Database Search Sample Code
Here is a quick sample of searching a DB for certain records. It's really no different then doing any other query except that you need to use wildcards. In ASP / ADO the wildcard character is %. It works the way most of us have come to expect * to work. Why is it %? I have no idea, but it is. An Access 97 version of the database is available for download.
(1 ratings)
Reviews0
PriceFree
Views3910
Making Charts in ASP
This tutorial shows you how to create charts dynamically through ASP. Discusses a couple different methods: The basic technique via array building, and more detailed method using Office Web Components (OWC).
(9 ratings)
Reviews0
PriceFree
Views7893
Language specific response
A tutorial showing how to get information from browser with Request.ServerVariables("HTTP_ACCEPT_LANGUAGE"). A list of available languages are included in the tutorial, and two examples: Redirecting visitors to lenguage specific pages, and Showing lenguage specific ads or text.
(9 ratings)
Reviews0
PriceFree
Views2224
ASP and DBF database file connection
Create a connection to DBF files using JetOLEDB provider (DSN-less, ODBC-less connection), basic work with DBF files (select, insert, update), other ISAM formats + FOXPRO option, real sample code, create a new DBF file.
(9 ratings)
Reviews0
PriceFree
Views2716
guestbook tutorial
this tutorial is intended at giving you an insight to how to wite your own web-applications. follow this link to read the complete tutorial.
(9 ratings)
Reviews0
PriceFree
Views2403
Financial Graph
This sample code demonstrates how to create effective graphs using simple html and the output from an access db but without the need for third party components. The example shows the stock performance for Yahoo.
(12 ratings)
Reviews0
PriceFree
Views6268
Downloading Files with VBScript and ASP
Setting up a simple file downloading system with VBScript and ASP is no sweat. The primary use for a system like this is to allow downloading of any TEXT based file that would normally be served via a client's browser and be unable to be downloaded. A secondary use is to allow download access to directories outside the public server space or a hidden directory within the website. This tutorial shows you how. Full source code available.
(10 ratings)
Reviews1
PriceFree
Views5834
Uploading files to the server hard disk using plain ASP
Step-by-step tutorial on how to upload files (images, etc) from the client browser to the server hard disk using plain ASP pages. Complete application source code is available for download including the code to upload and display uploaded files to the user in an eary to use and understand manner.
(25 ratings)
Reviews1
PriceFree
Views8193
UltraEasy Shopping Cart
How to build a simple shopping cart with UltraDev 4 and some "Cut 'n Paste" ASP code. Part of the ongoing "UltraDev-UltraEasy" series of tutorials. This tutorial covers the building of a basic E-Commerce site consisting of Product Management, Product Catalogue, Shopping Cart, Checkout and mailing the Orders and Confirmations. Source code available for download.
(15 ratings)
Reviews0
PriceFree
Views8507
Integrating Flash with an Access Database
This article explains how to connect a Flash movie to an Access database, and use an ASP page to query the database and transfer information over to the Flash movie. It shows how to build a very simple Flash address book to demonstrate the technique. Full source code available for download.
(21 ratings)
Reviews0
PriceFree
Views7812
Sending email using CDOSYS ( THE REAL DEAL )
If you are using a Windows 2000 / 2003 Server, or even XP Pro chances are that CDOSYS is your best bet for sending email from Active Server Pages. That is because CDOSYS is installed on all of them by default. Gone are the days of using CDONTS which was the old way of sending email from ASP. CDOSYS is it's replacement. That being said there are actually a lot of ways to configure and use CDOSYS. When I 1st started using CDOSYS I assumed the CDOSYS code I was using would work in any situation, but that is not the case. This is something most articles about CDOSYS do not mention so I am going to show you 3 different CDOSYS examples each sending email using a slightly different method.
(12 ratings)
Reviews0
PriceFree
Views3983
Accessing Database from ASP
This tutorial shows you step-by-step how to incorporate MS Access databases into your web site using ASP.
(10 ratings)
Reviews1
PriceFree
Views18676
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
Views7291
Active Server Pages Tutorial
This is a two-module tutorial that provides a step-by-step introduction to several ASP features. The tutorial shows how to build sample applications and demonstrates key concepts you'll need to understand when developing your own ASP pages. The introductory section explains what ASP is, how it works, and other technologies that can be used in conjunction with ASP to create active content on your Web site. The first module introduces the creation of an ASP page, and focuses on the collection and transfer of data. It covers: Write and Run an ASP Page, Send Information by Using Forms, Create a Guest Book, Display an Excel Spreadsheet in ASP. The second module covers: Rotate Information Randomly - Shows how to rotate ads on your Web page randomly, and Record Traffic with a Page Counter
(6 ratings)
Reviews0
PriceFree
Views3347
Check validity of an email adress
Before the sending of a mail to avoid a useless excess load on IIS, it is possible to use a simple function to verify that the email address is well formed. In a more pushed process we could be also brought to interrogate the smtp corresponding server to know if the address exists or not.
(6 ratings)
Reviews0
PriceFree
Views2438
Creating a simple ad rotating system using ASP
This tutorial explains how you can create a rotating advertisement system using ASP. Topics include: Ad rotator logic page, Ad images date file, and Redirection page.
(3 ratings)
Reviews0
PriceFree
Views2516
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
Views6943
Creating an ASP based News Letter
This tutorial will walk you through the steps of creating a complete functional news letter for your site. Each and every step has been explained in detail to help newbies understand whats going on. Uses DSN less connection so you can add the code in your site right away. Database and code available for download.
(3 ratings)
Reviews0
PriceFree
Views5272
Write and Read A Cookie
Cookies enable you to write text directly to a users computer. This can be used to easily recognize if a user has been to your site before or used to prevent multiple entries in to forms. This example will take any input you type in and write it to a cookie. A hyperlink to the same page is created to demonstrate on subsequent visits (within 3 days) the user will see their input rather then the text input box.
(3 ratings)
Reviews0
PriceFree
Views4442
ASP Authentication Using IP Address
This article explains how to control web application access by validating the user�s login and password against a database using Active Server Pages. Once validated the IP Address of the user is ensure that the user has access to the database.
(3 ratings)
Reviews0
PriceFree
Views4283
Results 41-60 of 708