NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

Start Programming in ASP, Part I - Your first ASP program
2873 Start Programming in ASP, Part I - Your first ASP program http://www.onlineprogrammer.org/articles/Articlea2-6-3.html ASP is a new scripting technology that comes with Microsoft
IIS web server and enables web programmers to create
powerful web applications and pages. These dynamic pages
are the result of running a code on the server. Server
receives user?s input from browser, runs the script and
creates a web page on the fly and sends it back to browser.
We can use different languages such as vbscript and jscript
with asp scripting method. ASP is now available on Unix
platforms by a third party company ?chili soft?. For Unix
people asp is very similar to PHP scripting.
ASP > Tips and Tutorials > Introduction to ASP Oct 10, 2006

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Bookmark Start Programming in ASP, Part I - Your first ASP program:


Other links at ASP > Tips and Tutorials > Introduction to ASP
ASP is a new scripting technology that comes with Microsoft
IIS web server and enables web programmers to create
powerful web applications and pages. These dynamic pages
are the result of running a code on the server. Server
receives user?s input from browser, runs the script and
creates a web page on the fly and sends it back to browser.
We can use different languages such as vbscript and jscript
with asp scripting method. ASP is now available on Unix
platforms by a third party company ?chili soft?. For Unix
people asp is very similar to PHP scripting.
Category:

This chapter describes:

How ASP server presents the programming environment to ASP pages with a number of run-time objects.
Basic properties and methods of run-time objects: request, response, server, application, and session.
Category:

This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.
Category:

The If Then control structure can be used to run a line or block of code within your script when a certain condition is met.
Below are 4 ways to use the If Then control structure.
Category:

ASP performs several types of repetitive operations, called "looping". Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. To control the loops you can use counter variable that increments or decrements with each repetition of the loop.

The two major groups of loops are For..Next and Do..Loop. The For...Next statements are best used when you want to perform a loop a specific number of times. The Do...Loop statements are best used to perform a loop an undetermined number of times. In addition, you can use the Exit keyword within loop statements.
Category:




Main Category
194
2041
824
286
175
1802
1238
913
1163
7489
70
909
59
2222
174

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 19539
Categories: 1275
Registered Users: 750
Mailing List Subscribers: 2046
Unique Outgoing Hits: 227969

Pagerank Statistics
PR 10
1 site(s)
PR 9
13 site(s)
PR 8
30 site(s)
PR 7
255 site(s)
PR 6
768 site(s)
PR 5
1892 site(s)

PHP News