Categories
Tags → Count In Asp

Selecting random record from database

This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number between 0 to count of records in database. Last...
DETAILS

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

Counting Records in SQL Script

Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL script, our script works better and faster.
DETAILS

Display All Form Variables and Names Posted

The following ASP code will allow you to Count through all form field names and values posted to this script. It can be easily adapted to make simple feedback form mailers, where this code allows any new forms fields to be automatically picked u...
DETAILS

ZBit Chat

ASP source code for fast chat with no page refreshes. Written in ASP and DHTML only. No hidden java applets, frames or layers. Works with IE 4+ && Netscape 6+ on Win, Mac and Unix. Features: Admistration page and many customization parameters...
DETAILS

ASP Session Counter

This is a simple ASP session counter that allows you to count how many unique user sessions were opened in your site. Useful for tracking the number of unique users.
DETAILS

Count Click Throughs (With a Db)

Easily count and display the number of click through from your site with a database. Simply set all the links that you want to track to a single asp document and pass the URL as a querystring variable. The following example will display a page with a...
DETAILS

Free Active Servers Counter

This is a simple ASP script that lets you count and show in your pages the number of active visitors in a given moment. The script has two parts: a file name global.asa, and a small code to place in your pages to show the number of active users.
DETAILS

Dev ASP Hit Counter

You can count the number of visitors on your site with a very simple ASP code. Create a file Count.asp with the following code and add in the header of every page useing Server Side Include(SSI).
DETAILS
©2003-2019 jCay.com