Generating random numbers in ASP applications for example to sort database records randomly and to display random number with registration form, order form etc., is clearly explained in this ASP tutorial and the sample coding aids to understand...
A random number is useful- if not required- in the creation of many popular JS applications, such as a dice, random image script, or random link generator. Learn how to generate a random number in JavaScript.
This is a simple and useful tutorial which teaches you how to create images using PHP functions and to send them directly to the web browser. The tutorial contains a brief introduction to GD image library and how to install it, creating and...
Creating a Weblog using JScript .NET and ASP.NET is an article in which author discusses about creating a web log by using ASP.NET and jscript. The author elaborates about web log, which represents the personal journal. The author gives details...
Downloading any file using ASP, FSO and the ADODB Stream object is an online tutorial in which the author has given a brief note on how to employ the FSO and ADODB objects of ASP in enabling your website visitors to download files from your web...
Returning a Random Number of Database Records is the main core of this online article. The author starts with defining the SQL statement which can return the set of records. Further this article shows the step by step task involved in returning a...
Using a PagedDataSource and your own data pager links is a web based tutorial in which the author gives details about PagedDataSource class, through which you can bind just the data you want to display, and build your own pager links. In this...
This is a tutorial that guides users to use ActiveX controls with Active Server Page. Here the author details on creating activex control interface wizard by generating interface properties using VB script and thereby to include this as a plug-in...
This article is helpful for the programmers which guides the learners about the usage of random class with sample code snippets. The output of given code in this article will return a random number between 1 and 950000 using random class and the...
This script will think of a random number and prompt the player to make a guess. By giving too high/low clues, the player can narrow it down and get the right number. |