EcoWeb4u.com offers ASP tutorials, articles and resources for beginner to intermediate ASP developers. Now, you can post your comment/question regarding the article/tutorials listed in this page.
This tutorial will teach you how to create a Guest book system in ASP. All the codes in this article are explained in simple and step by step manner Full Story
In this tutorial, I will show you how to implement user authentication in ASP by using an Access database. Just follow the simple step by step explanation and you will be able to create a members registration system for your own website. Full Story
We can create password protected secure page in ASP. User is needed to provide the correct username and password to access the protected page or he will be redirected to the error page. Full Story
We can add data to an Access Database from our ASP pages by using IIS build in COM components. In this turorial, I will show you how to add data to an Access database by using SQL SELECT INTO Statement. Full Story
You can display different greeting message depending on the time. The following code will display the greeting message differently according to the time of the user visiting to the ASP page. Full Story
It is not necessary to declare a variable before using it but we should declare all the variables before assigning the values so that we can reduce the time of debugging our script. Full Story
The Option Explicit statement must contain at the second line (just after the ASP Directive - ) of an ASP page. Full Story
If...Else statement can be used in an ASP page to perform different actions depend on different conditions. You can use If....Else when you want to execute a particular action Full Story
There are a lot of ways to display times on your web pages. If you are using IIS/Windows server to host your website then you can display times in your web pages very easily. In this turotial, I will show you how to display date and time, hour, minute and seconds by using ASP code. Full Story
We used ASP Processing Directive to send the codes information in an ASP file to the Web Server. But, unlike ASP Processing Directive, ASP Output Directive is used to display the stored information of a variables. Full Story
As ASP is the server-side scripting language, we write codes in an ASP file that will be executed by the Web Server. Therefore, we have to tell the Web Server what scripting language is used in our code Full Story
In this tutorial, I will show you how to create your first asp page. I assume that you have knowledge on how to write html code and can create a static html page like below. Full Story
After installing IIS on your computer, you can create and test ASP pages locally in your computer. Before that you can check whether IIS is already running or not by opening the IIS default start page. Full Story
To create and test the asp pages, you need a web server installed in your computer. If you are using Windows XP Professional then you can install Microsoft Internet Information Server (IIS) in your computer. Full Story
To create a virtual directory: Go to Add/Remove Programs application in Control Panel: Start > Control Panel > double-click Administrative Tools Full Story
ASP is an abbreviation of Active Server Pages. ASP is a Server side scripting technology developed by Microsoft in 1996. Full Story
A.B.N: 96 996 282 647


