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 681-700 of 708
Creating a Guest Book in ASP using MS Access with DSN Less Connection
All the codes in this article are explained in simple and step by step manner. At the end of this tutorial, you will be able to create a guestbook for your website.
(0 ratings)
Reviews0
PriceFree
Views3807
Creating Color Chooser using ASP
Create good looking color chooser for your site. Let the users select the color that they require.
(0 ratings)
Reviews0
PriceFree
Views1033
AppendToLog in response object
There are many magic methods in response object. With AppendToLog method you can access and write your message to ISS logs. This could be very usefull if you wish to create custom messages in log files. But there is greate limitation of this method which can write maximum 80 characters and can not contains commas. Because log files are comma-delineated files and informations are splitting with commas.
(0 ratings)
Reviews0
PriceFree
Views793
Storing and retrieving variables from application object
In this tutorial, we will take a look at Application Object. When you've used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in server and all ASP pages can access the information. The main diffrences between Session Object and Application Object is Application Object stores information in server memory.
(0 ratings)
Reviews0
PriceFree
Views774
Retrieving Column Names with values
This tutorials based on a bit of knowledge on SQL. Sample code displays us how to get and show name of columns with values.
(0 ratings)
Reviews0
PriceFree
Views1012
Counting lines in text files
In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method.
(0 ratings)
Reviews0
PriceFree
Views968
Delete Duplicates from a Database (MYSQL, MSSQL)
An easy way to delete duplicate data from a database such as MYSQL or MSSQL.
(0 ratings)
Reviews0
PriceFree
Views1703
Dynamic Date Menu
This article will explain how to Dynamically populate a dropdown menu of days dependent om the Month selected. We will be using Javascript and ASP in this article.
(0 ratings)
Reviews0
PriceFree
Views1558
Displaying the Current Date and Time
In this tutorial you will learn how to post on a web page using ASP programing the date & time. This tutorial is for beginers and explains in a very simple method how to display the date & time.
(0 ratings)
Reviews0
PriceFree
Views1142
Displaying last modified date of any file
The scope of this code sample is focusing how to find and display of any file's last modified date & time. Probably, you've used to see some pages on web, written at bottom of page last modified date. Now we will create a simple code to do this.
(0 ratings)
Reviews0
PriceFree
Views1118
Image downloading from remote servers in ASP
In this tutorial, we will access to a remote server, download image, rename ths image and save to our file system. We will use one function (getImage) and one subroutine (saveImage) to complete this sampel code.
(0 ratings)
Reviews0
PriceFree
Views858
Displaying Dates and Times with ASP
There are various ways to display Dates and Times. You can display the Date in the standard MM/DD/YYYY or with the name of the day and month. You can display the Date with the Time or the Time all by itself. You can also abbreviate the name of the Day or display the Time in either 24 hour or 12 hour format. This article will show you the basics of how it is done.
(0 ratings)
Reviews0
PriceFree
Views1849
Generating random passwords
Let's say you have a website and contains a membership process. But you do not want visitor to type his/her own password and want to create a temporary password for new member. You may add following function to generate a random password.
(0 ratings)
Reviews0
PriceFree
Views972
Create and write content to a text file using ASP
Tutorial and Code - Create and write content to a text file using ASP
(0 ratings)
Reviews0
PriceFree
Views2127
Build a Drop Down menu using an ASP Recordset
This tutorial is about a piece of ASP functionality that is as old and common as grandma's blueberry pie ---> how to build a drop down menu using ASP. Specifically, how to create a select menu element for each record returned in an ASP recordset. I'll show you how to do it in 4 simple steps...
(0 ratings)
Reviews0
PriceFree
Views1211
SQL statements in ASP - beware the apostrophe
One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes as the representation of a string value - that is, as delimiters. Therefore to avoid conflict between single quote delimiters and apostrophes we need to let ASP know that we want an actual apostrophe and not the end of the string. My short tutorial will show you how.....so let's get started
(0 ratings)
Reviews0
PriceFree
Views1160
2D Array in Classic ASP
This tutoial will put you into right direction on how to create a simple Asp classic 2D array.
(0 ratings)
Reviews0
PriceFree
Views1467
Handle Error simple way in ASP.NET
ASP.NET is more easier than other development technologies and languages. While working on asp.net platform, you may access to system windows event log. Using System namespace you retrieve messages.
(0 ratings)
Reviews0
PriceFree
Views688
Multi Dimensional Arrays
In this article we will look at Multi Dimensional Arrays, Focusing on the Nontraditional Arrays.
(0 ratings)
Reviews0
PriceFree
Views944
Generate Random Strings Using ASP/VBScript
Simple yet customizable function that allows you to generate random strings using characters from multiple sets e.g. upper case, lower case, digits and symbols. The random strings can be used in various systems where short, random strings are needed; such as login systems (random password generation) and referral/promotional/discount codes. The coder can specify and change the complexity of string with ease. Few examples presets and output included.
(0 ratings)
Reviews0
PriceFree
Views784
Results 681-700 of 708