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

New Scripts | ASP | Tutorials & Tips

Results 21-40 of 708
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
Views1836
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
Views855
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
Views1115
Display users-online with ASP
Learn how to use global.asa to display the number of users visiting your site. This tutorial can be broken down into two sections, global.asa, and numvis.asp. Before you can begin this tutorial, make sure you
(3 ratings)
Reviews0
PriceFree
Views1097
ASP Error - The HTTP Headers are already written
While redirecting from a page in asp we get a very common error: The HTTP headers are already written to the client browser. Response object error 'ASP 0156 : 80004005 Header Error /test.asp, line 135 The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. The Redirect method of the Response object operates by sending the 302 Object Moved response header,
(3 ratings)
Reviews0
PriceFree
Views1008
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
Views1137
How to find out the Page Load time using ASP
The complete tutorial and code which will display the Page Load time using ASP
(3 ratings)
Reviews0
PriceFree
Views1621
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
Views1551
Import text file to MS Access
This article will explain how to import the contents of a text file (.txt) to an Access Database when using MS text or OLE DB Drivers wont do! We will be using the FileSystem and TextStream objects in this article!
(13 ratings)
Reviews1
PriceFree
Views2328
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
Views1701
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
Views962
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
Views1009
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
Views772
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
Views789
XML as Data Source
After this tutorial, you will be able to manipulate and play with XML Data files in the same way as you do with MS Access. In addition to that, there are certain advantages of using XML, over MS Access. I introduce these advantages in the text, as we proceed on. The article has been organized in the increasing order of difficulty.
(3 ratings)
Reviews0
PriceFree
Views1119
ASP image resize and convert
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.
(3 ratings)
Reviews0
PriceFree
Views1510
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
Views1031
Authenticating members in ASP against Access Database
In this tutorial, I will show you how to implement user authentication in ASP by using an Access Database. We will need a Microsoft Access Database and some ASP code. ASP code wll be used to access to database and valide member information. The database is for storing authorized member information. First, we need to create an Access Database table in which we will store the username and password of the authorized user. But, we will first create a directory under IIS where we will store our files. Create a directory under C:Inetpubwwwroot and name it as ''members''.
(0 ratings)
Reviews0
PriceFree
Views3325
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
Views3802
Make database access safer with transactions
You can use transactions in ASP as a kind of insurance policy for your database activities, making them safer and providing better error recovery. Transactions are most useful when doing multiple actions on multiple tables. The example below shows just how easy it is to use transactions from ASP, inserting a record into a table and doing a "rollback" if there's a problem.
(0 ratings)
Reviews0
PriceFree
Views1414
Results 21-40 of 708