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

Most Popular Scripts | ASP

Results 981-1000 of 1000
SmartSurf!
posted byjasonwinSearching
If a user doesn't find what they are looking for in the first couple clicks, the majority of them will move on to greener pastures. So how do you give the user exactly what they're looking for? This tutorial will show you how. Full source code is also available for download.
(3 ratings)
Reviews0
PriceFree
Views2360
Aleza Portal
posted byartinLink Indexing
Aleza is an extremely functional marketing oriented resource management system. You may index not only resources but also images, articles, downloads.
(3 ratings)
Reviews0
PriceFree
Views3845
FreeASPCode GuestBook
This is an ASP GuestBook application. It offers an Admin section that will allow you to edit or delete any of the entries. It also logs the IP Address of the user when they submit an entry but will only let the Admin see the IP Address. The guestbook is available for SQL Server 7 or Access 97.
(3 ratings)
Reviews0
PriceFree
Views4303
Connect to Access database with MapPath Function
Here is a sample code that allows you to connect to an Access database without DSN Connection, Using MapPath Function of Server Variables.
(3 ratings)
Reviews0
PriceFree
Views5918
Generating random records from the Database
This article shows how to generate random records from the database. Also explains how to generate random numbers. Sample Database and Code available for download.
(3 ratings)
Reviews0
PriceFree
Views3152
picME
picME is a purpose designed JPEG file creator which can be used to generate pictures for a "What picture is this" type web game. picME will generate 1 thumbnail file and 1 modified version of the original photo which highlights where the thumbnail was taken. Also, two additional ASP files are created by the program, these can be used with your own scripts or programs to display the pictures.
(3 ratings)
Reviews0
PriceFree
Views7900
Fun With Stored Procedures...
This is a brief and very useful tutorial on creating and using stored procedures with your asp applications. A stored procedure is nothing more than an sql statement stored inside a database. The database can be SQL Server or MS Access as well as others. A stored procedure is compiled by your database (for the most part) one time, when it is entered. This results in faster database executions and overall performance updates, and it further separates the sql statement from your asp leaving you with more readable code. This tutorial describes: What is a stored procedure?, Writing stored procedures, Getting the stored procedure into the database, Calling stored procedures in ASP pages, and Modifying and removing stored procedures.
(3 ratings)
Reviews0
PriceFree
Views3212
Tracking Site Statistics
This application allows you to track a variety of site statistics, including hits per hour/day/week/month, IP address of hits, and browsers used.
(3 ratings)
Reviews0
PriceFree
Views6315
ASP Tutorial for Beginners
This introductory tutorial will teach you the basics of vbscript, ASP intrinsic objects, how to call ASP intrinsic objects and make use of them and what makes a .asp page different from a .htm / .html page. After the completion of this tutorial you will be able to start writing your own .asp pages.
(3 ratings)
Reviews0
PriceFree
Views5179
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
Views2988
SA-FileUp
SA-FileUp allows users with a web browser to transmit files from their local hard disk to a Microsoft IIS web server. Files can be of any format, such as Word documents, images or plain text. Developers can use SA-FileUp to receive and process user input, while staying within the context of their Active Server application. SA-FileUp also includes file download and file management components, which allow you to simply and easily download files from the web server to the user's browser, manipulate files, change ACLs and permissions, and register DLLs, all in a single, easy-to-use package.
(3 ratings)
Reviews0
PriceFree
Views2330
Managing Users with Cookies
This shows how to save and retrieve cookies in ASP; also shows how to set an expiration date. This method is one of the easiest ways to keep track of users on your site.
(3 ratings)
Reviews0
PriceFree
Views1420
DMXReady Online Contest Manager
Drive more customers to your website, reward current customers, or expand you database of contacts using DMXReady Online Contest Manager. DMXReady Online Contest Manager allows you to quickly set up a web-based contest. Includes pre-configured online contestant entry area, email verification message, entrant listings, and automatic random winner generator. Export contact information to include with your own contact database. DMXReady Online Contest Manager makes creating a contest fast and easy!
(3 ratings)
Reviews0
PriceUSD 149.97
Views2601
How to Encrypt String Using MD5
posted byinfoinSecurity
In classic ASP there is no any encrypt function. But you can use this useful source code to encrypt any string data using MD5. MD5 encryption is a one-way hashing algorithm. MD5 is a great advantage because it is speed and easy to use.
(3 ratings)
Reviews0
PriceFree
Views2566
ASP Tutorials - Managing Session Object and Passing Variables in Session
This tutorial describes: How ASP server uses cookies to pass an ID with the browser to link multiple HTTP requests together. How ASP server offers the session object to ASP pages to share information between multiple requests or pages. Different ways to pass information between requests or pages. How Perl tools can be used to help debug ASP applications at the HTTP communication level.
(3 ratings)
Reviews0
PriceFree
Views2061
VP-ASP Gift Registry
For Weddings, Anniversaries, Birthdays, Christmas Wish Lists and general events. Select items from your Internet Store and then friends, family can purchase the items you have pre-selected. Modify the registry at any time by adding or deleting items. View what items have been bought and which remain. Ship to yourself, your partner or to a third party. Automatically sends thanks you notes on each purchase with a personalized message that you create. Notifies you on each purchase.
(3 ratings)
Reviews0
PriceUSD 75.00
Views1581
VP-ASP Plus! Pac Shopping Cart Software
VP-ASP Plus includes all of the fantastic features of the Value Pac, plus a whole range of features added that will increase customer satisfaction and make light work of updating your products. Package includes 150 support points plus free upgrade for 12 months.
(3 ratings)
Reviews0
PriceUSD 375.00
Views2121
WS-Ecard for website
posted bysdiopinPostcards
This version works without database. The ecard is directly sent to the recipient. The email contains also the message and other mentions.wich can be configured in the file 'Params.asp' - Multilingual support. - Highly customisable in the file 'params.asp'. sp�cifications : ASP 3.0 Requirement : plate forme: - Windows avec IIS - Email server side component (CDOSYS, ASPMAIL, PERSIST etc.) Installation - Extract the files in a directory of your Web site - Open 'params.asp' in a text editor. - Edit the WS_Ecard : default directory, GaleryName, GaleryAuthor, etc. - Configure your email component in 'Preview.asp'. - Publish
(3 ratings)
Reviews0
PriceFree
Views5496
Texas Rankem
Texas Rank'em is a statistic, ranking and scheduling application for your Texas Hold'em poker group. The application was designed to bring a new level of enjoyment to your poker tournaments by allowing you to not only track your statistics but compare them to the other players in your group.
(3 ratings)
Reviews0
PriceUSD 39.95
Views3047
Format date and time with ASP
ASP has some very usefull functions to deal with date and time : this tutorial let you know more about how to ypou use it very easily.
(3 ratings)
Reviews0
PriceFree
Views3972
Results 981-1000 of 1000