Variable types in ASP

ASP // 847 views No Comments »

Integer - whole numbers
Integer variables are variables where we put or whole number value.
EX. 3,12,87,-20 are integer variables while 7.6, 5.8, -3.7 are not integer variables.
With term integer goes the terms long and byte.

Read the rest of this entry »

Cookies in ASP

ASP // 370 views No Comments »

What is a cookie

Cookie is a file that is stored in our visitor’s computer.
Cookie can be very useful to store our form values…

Read the rest of this entry »

Declaring variables in ASP

ASP // 370 views No Comments »

To declare some variable we use the key word Dim and then the name of our variable.
Ex. Dim Tutorials

Read the rest of this entry »

Date & Time in ASP

ASP // 711 views 2 Comments »

Remember: all of the examples of showing date and time in this tutorial show the time of a server.

That means, that, if your server is in the UK you’ll have the time that is on that server, in this case UK time.

Read the rest of this entry »

Creating your first ASP page

ASP // 646 views No Comments »

To make our first ASP page we can use different editors.
Active Server Page is a simple text file with .asp extension,
so to create an ASP page even Notepad will be useful.

Read the rest of this entry »

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Login