Best Tutorials website
Latest tutorials

Advertisment

Copying Folders (using File System Object)

Copying Folders (using File System Object)

If you want to copy some foldes to another folder, first create a File System Object. CopyFolder method will help you to copy folder ot another...


Views: 502 | Rating star | by Adam
ASP - File Manipulation

Copying Files using File System Object

Copying Files using File System Object

Sometimes you need to copy files to another folder. First you should require to use FSO (File System Object.) CopyFile method of FSO is the...


Views: 514 | Rating star | by Tutorial
ASP - File Manipulation

Executing Transact-SQL DELETE statement

Executing Transact-SQL DELETE statement

In this example, we will delete some records from a database. This source code helps us to deleting records to database without slowing down database.


Views: 510 | Rating star | by Tutorial
ASP - Database Related

Executing Transact-SQL UPDATE statement

Executing Transact-SQL UPDATE statement

In this example, we will edit some records from a database. This source code helps us to edit records to database without slowing down database .


Views: 463 | Rating star | by John
ASP - Database Related

Counting Records In A Database Table

Counting Records In A Database Table

We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be...


Views: 583 | Rating star | by Adam
ASP - Database Related

Executing Transact-SQL INSERT statement

Executing Transact-SQL INSERT statement

In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database. .


Views: 503 | Rating star | by Troy
ASP - Database Related

ASP image resize and convert

ASP image resize and convert

Short sample to resize and convert jpeg, gif and png image files from an ASP page and create on-the-fly Thumbnails using Chart object from Office...


Views: 846 | Rating star | by Jason
ASP - Image Manipulation

Developing web applications using Ruby on Rails framework

Developing web applications using Ruby on Rails framework

This article teaches you step by step web applications development using Ruby on Rails frame work, setting up the environment and advantages of...


Views: 582 | Rating star | by Amy
ASP - Development

ASP.NET AJAX Chat Tutorial

ASP.NET AJAX Chat Tutorial

This tutorial will teach you how to create an AJAX driven web chat program with ASP.NET and SQL Server as the back end.


Views: 825 | Rating star | by Slicer
ASP - Chat Scripts

Creating a Dynamic Table-Based Gallery Using ASP and VBScript

Creating a Dynamic Table-Based Gallery Using ASP and VBScript

Create a gallery using VBScript which can dynamically expand by changing the number of images it contains.


Views: 813 | Rating star | by David
ASP - Image Galleries

Dynamic redirect from ASP to ASP.NET web page based on page parameter

Dynamic redirect from ASP to ASP.NET web page based on page parameter

Tutorial describes how to redirect web pages of the existing ASP project to their new ASP.NET counterparts.


Views: 755 | Rating star | by Steve
ASP - Redirection

Image downloading from remote servers in ASP

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...


Views: 820 | Rating star | by Simon
ASP - Image Manipulation

Counting lines in text files

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.


Views: 506 | Rating star | by Stephen
ASP - File Manipulation

Retrieving Column Names with values

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.


Views: 511 | Rating star | by Jarry
ASP - Database Related

Storing and retrieving variables from application object

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...


Views: 786 | Rating star | by Daniel
ASP - Cookies and Sessions

AppendToLog in response object

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...


Views: 842 | Rating star | by Daniel
ASP - Server Management

Displaying last modified date of any file

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...


Views: 549 | Rating star | by Steve
ASP - File Manipulation

Generating random passwords

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...


Views: 818 | Rating star | by David
ASP - Randomizing

How to modify expire date of a cookie

How to modify expire date of a cookie

To create cookies in ASP is so easy. After creating cookies, you will store it in client's visitors. While creating cookies, you must notice...


Views: 776 | Rating star | by Marry
ASP - Cookies and Sessions

Simple XML/RSS Parser

Simple XML/RSS Parser

Simple XML/Parser is a XML parser designed for to parse most valid news and blog feeds. No database required to work with it. All you need is to...


Views: 813 | Rating star | by Mathew
ASP - XML and ASP