Tutorio.com

Search


You are currently browsing for Asp Tutorials
«Prev | 1 | 2 | 3 | 4 | 5 | 6 | 7 | Next»

Generate Random Number

Visit tutorial >>
Generate a randon number ASP resources Six extensions in one click Generate a randon number Code Result % Randomize ... number between 0 and 1. In case we need to get more randon numbers we must execute "Randomize" command again otherw...
Hits: 304

Flash Displays Data From Asp Query

Visit tutorial >>
Flash and ASP Integration - Flash Disp... Flash Polling web site tool - Quick Flash Survey tool - Client TestimonialsSmartwebby s creative team took our ideas f... Flash Animation Flash Actionscript Flash ASP Guide Database to Flash Web site Add-ons Check out these easy-to-use ...
Hits: 179

Check Domain Name with ASP

Visit tutorial >>
Check domain name availability using ASP... Check domain name availability (DNS) We will try to get to main page of a domain name we want to search for availability ... domain name is taken. We are anable to get a response to our request so the domain name may be availbale (is not neces...
Hits: 652

Session Object

Visit tutorial >>
Session Object AS... object is used to store information about or change settings for a user session. Variables stored in the Session objec... "SessionID" property. This property returns a unique id for each user. The id is generated by the server. This example ...
Hits: 187

Object File

Visit tutorial >>
File Object AS... file. Examples This example demonstrates how to first create a FileSystemObject object and then use the DateCreated pr... File object to get the date and time a specified file was created. This example demonstrates how to use the DateLastMod...
Tags: file asp object
Hits: 98

ASP Coding Compare Dates

Visit tutorial >>
dates ASP resources Six extensions in one click 5GB of your hard disc online Try Xdrive FREE today Period of time be... dates Code Result I was borned on 1/1/1900. How old I am? % Mydate="1/1/1900" % Years form % =Mydate % : % =DateDiff...
Hits: 632

Get Remote Url

Visit tutorial >>
remote URLs: XMLHT... remote URLs Examples based in this tutorial: In this tutorial we will used Microsoft s XMLHTTP Object to request a page... remote address from our server. This Object is included in Microsoft s XML DOM component which is probably installed i...
Tags: url asp remote
Hits: 139

Send Non Html Files With Asp

Visit tutorial >>
ASP resources Six extensions in one click 5GB of your hard disc online Try Xdrive FREE today Response.ContentType In t... asp file will send us a file originally writen in html format. The way this response page is displayed will depent on t...
Hits: 115

Dictionary Object

Visit tutorial >>
Dictionary Object AS... object In order to learn how Dictionary object works we will create a small script which will translate number 1 to 10... yDictionary=CreateObject("Scripting.Dictionary") MyDictionary.Add "one" "uno" MyDictionary.Add "two" "dos" MyD...
Hits: 147

ASP Coding Cookies

Visit tutorial >>
ASP Cookies ASP Tutor... ASP you can both create and retrieve cookie values. How to Create a Cookie The "Response.Cookies" command is used to... cookies. Note: The Response.Cookies command must appear BEFORE the html tag. In the example below we will create a coo...
Tags: cookies asp
Hits: 287
Tutorio.com. Privacy Policy, Contact