Top Rated Scripts | ASP | Tutorials & Tips
Create a text file using ASP
posted bycontactinFile Manipulation
Shows how to create a text file using the File Scripting Object.
Reviews0
PriceFree
Views5114
Suggestion Box
posted bystealthsidinDatabase-related
Sample implementation (source code)illustrating how to implement a "Suggestion Box" style form using ASP and MS Access. Easily installed, and customized.
Reviews0
PriceFree
Views3718
Formating Date and Time
posted byinfoinDate & Time
In this source code, you may see how can you display date in diffrent formats. This simple ASP code displays current time in short, long and regional settings.
Reviews0
PriceFree
Views3490
text counter
This example uses a flat text file to store the count . Shows the basics of file usage in ASP.
Reviews0
PriceFree
Views2285
Compare strings
posted bywebmasterinDevelopment
Self explaining sort scripts to show how to compare strings: Basics, Compare two strings for similarity, Find position of a substrings within a string, Is a substrings within a string?, Find position of a substrings within a string after skipping part of the string.
Reviews0
PriceFree
Views3514
XML and ASP based Survey Server
posted byfeedbackinPolls & Voting
This tutorial shows how to quickly create and track multiple-choice surveys using our XML-based Survey Server for IIS. It uses XML to store surveys, XSL to generate different presentations, and ASP to manage all the processing to create an extensible engine for creating multiple-choice surveys.
Reviews0
PriceFree
Views5193
Search your site
posted byhotscriptsinSearching
Learn how to add the ability to search through pages on your site by storing keywords in a database table. This tutorial shows one server side include containing one function is all you need.
Reviews0
PriceFree
Views4028
Implementing forms with ASP
posted byhotscriptsinForm Processing
Generic framework showing in detail how to implement forms with ASP, with validation and field persistence.
Reviews0
PriceFree
Views5549
Working with Drives, Folders and Files using ASP
posted byfaisalinFile Manipulation
Article on accessing drives, folders and files with ASP; iterating though drives, folders and files collections, reading content of a file and more. Also provides detailed listing of all properties and methods of FileSystemObject, Drive, Folder, File and TextStream objects.
Reviews0
PriceFree
Views5081
Open, Read and Create Files with ASP
posted bywebmasterinFile Manipulation
This tutorial explains opening, reading and creating files using example codes. Up to 6 examples are used.
Reviews0
PriceFree
Views5646
Manipulation of strings
posted bywebmasterinDevelopment
Self explaining sort scripts to show how to manipulate strings. InStr(), LCase(), Left(), Len(), LenB(), LTring(), Mid(), Replace(), Right(), RTrim(), Space (), String(), StrReverse(), Trim() and UCase() commands.
Reviews0
PriceFree
Views2582
ASP image resize and convert
posted byinfoinImage Manipulation
Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample.
Reviews0
PriceFree
Views1642
display an xml file
This example shows how to display an xml file
Reviews0
PriceFree
Views4822
Server Side Email Addresses Validation
posted byfaisalinEmail Systems
An article on how to validate user email addresses in no time using a simple VBScript function in ASP.
Reviews0
PriceFree
Views4496
adrotator example
posted byshedboyinAd Management
It is not always necessary to need a complex ad system for your system . The adrotator component is a simple alternative . This shows the basic usage.
Reviews0
PriceFree
Views2892
How to connect to database using a connection string
posted bybouvilloninDatabase-related
The power of Active Server Pages comes through when we tie databases to our web sites. To connect to a database, ASP uses what is called ActiveX Data Objects, or ADO for short. ADO comes with ASP, and can be used easily from your ASP pages. In this tutorial we will show you how to connect to Access database and retrieve all the records from the table.
Reviews0
PriceFree
Views2184
Search db by Field
posted byinfoinDatabase-related
Providing search capabilities to a db enables users to query on whichever element you target them to. However allowing users to target which portion of the db they would like to query gives extra value. In this example, utilizing our db of US States (state, statename, and capital) the user can search in any of three fields (by dropdown menu input) rather than the application targeting one specific table element. Note: The db only has 50 observations in it, so it is better to search on single or double letter combinations.
Reviews0
PriceFree
Views3519
Two Table Join
posted byinfoinDatabase-related
Outputting data from two tables is almost as easy as displaying from one. This example utilizes two
tables with state information on them. The first table (state_order) contains state abbreviations (state), state names (statename) the year each state was admitted into the union (year) and the numeric order they entered in (entered). The second table (state_capitals) contains state abbreviations (state), state names (state) and state capitals (capital). The where statement looks to make a match on the field that each table has in common to ouput the correct capital with all the info from the state_order table.
Reviews0
PriceFree
Views3332
Uploading Images using HTML and ASP
posted byjosinFile Manipulation
This step-by-step 5-page tutorial teachs you how to allow image uploads to your site, using standard HTML and off-the-shelf ASP extensions.
Reviews0
PriceFree
Views4259
Simple swear word filter
posted bymarklinGuestbooks
This function replaces swear words, expletives or unwanted text (useful for replacing www and @ references) with any predefined string.
Reviews0
PriceFree
Views2393