Advertisment
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...
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...
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.
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 .
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...
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. .
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...
This article teaches you step by step web applications development using Ruby on Rails frame work, setting up the environment and advantages of...
This tutorial will teach you how to create an AJAX driven web chat program with ASP.NET and SQL Server as the back end.
Create a gallery using VBScript which can dynamically expand by changing the number of images it contains.
Tutorial describes how to redirect web pages of the existing ASP project to their new ASP.NET counterparts.
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...
In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method.
This tutorials based on a bit of knowledge on SQL. Sample code displays us how to get and show name of columns with values.
In this tutorial, we will take a look at Application Object. When you've used Application Object, all ASP pages can store and retrieve...
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...
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...
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...
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...
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...