|
|
|
|
|
Total Hits: 272 | Today: 0 |
Author: Tim Warke
|
Rating:
|
|

The If statement in visual basic script is most useful and basically essential if you want to do any sort of ASP programming. So in this tutorial we will simply outline the basic syntax and give a few examples of how it works...
|
|
|
|
Total Hits: 306 | Today: 0 |
Author: James Westgate
|
Rating:
|
|

Sooner or later the time comes when a website you’ve developed will need to take a step up in terms of performance, availability and security. This article will show you how to enable an existing ASP website to handle more users, more effectively and more securely. The principles outlined in the article can be applied to any future enterprise web development. This is the first of two articles on the subject of enterprise development. This article covers ASP 3.0 while the follow up will cover ASP...
|
|
|
|
Total Hits: 481 | Today: 0 |
Author: Sriram K
|
Rating:
|
|

This article gives examples of how use Active Server Pages (ASPs) to customize the display of the current date and time on your Web page. There are also examples of how to display text such as assessing the length of a line (how many characters it has), instructions such as If...Then...Else, and how to process information a user has just typed into a form....
|
|
|
|
Total Hits: 1084 | Today: 0 |
Author: J. Paul Schmidt
|
Rating:
|
|

ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer......
|
|
|
|
Total Hits: 1213 | Today: 0 |
Author: Manas Tungare
|
Rating:
|
|

An introduction To Asp covers all ths basics for beginners, Includes a hello World example and a few other small APPs you can do with ASP....
|
|
|
|
Total Hits: 600 | Today: 0 |
Author: Joe O'Donnell
|
Rating:
|
|

For many a developer (including myself) Beginning Active Server Pages 3 was "the" book for learning ASP. It includes everything you need to know to work your way from plain old HTML to the dynamic world of ASP and databases....
|
|
|
|
Total Hits: 864 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

Tutorial on Basics of ASP and you will learn here about how to install Personal Web Server and many more about ASP for beginners....
|
|
|
|
Total Hits: 1139 | Today: 1 |
Author: w3schools.com
|
Rating:
|
|

You cannot view the ASP source code by selecting "View source" in a browser, you will only see the output from the ASP file, which is plain HTML. This is because the scripts are executed on the server before the result is sent back to the browser. In our ASP tutorial, every example displays the hidden ASP source code. This will make it easier for you to understand how it works. ...
|
|
|
|
Total Hits: 559 | Today: 1 |
Author: Richard Stooker
|
Rating:
|
|

It is an article on introduction to ASP "Active Server Pages (ASP) is one of the big improvements. Active Server Pages is one of the first Internet technologies to make the web active and interactive"....
|
|
|
|
Total Hits: 2743 | Today: 0 |
Author: Abstractvb
|
Rating:
|
|

Simply put Active Server Pages are just normal HTML code that has script (VBScript or JavaScript) that is executed on the server instead of on the client....
|
|
|
|
Total Hits: 543 | Today: 0 |
Author: Chris Garrett
|
Rating:
|
|

In this lesson we will look at the most basic example of an ASP script. Following programming tradition it is called "Hello World"....
|
|
|
|
Total Hits: 618 | Today: 0 |
Author: Chris Garrett
|
Rating:
|
|

So far we haven't done anything useful in this tutorial. I expect now you know what ASP is you are itching to have a go at making it do something! Let's start nice and easy by outputting some text to the users browser....
|
|
|
|
Total Hits: 939 | Today: 0 |
Author: ASPronline
|
Rating:
|
|

In order to run your test ASP file (test.asp), you need a web server that supports ASP. Here are a list of web servers that are known to support ASP....
|
|
|
|
Total Hits: 170 | Today: 0 |
Author: Anand Narayanaswamy
|
Rating:
|
|

With ASP, developers can build dynamic websites very easily. A script running on the server receives a request from the client and generates a customized HTML page, which will be returned to the client. ASP is available with Microsoft IIS....
|
|
|
|
Total Hits: 162 | Today: 0 |
Author: LoudASP
|
Rating:
|
|

Active Server Pages or ASP is an internet scripting language that allows webmasters to create dynamic web content. Here is a look at basic ASP coding....
|
|
|
|
Total Hits: 640 | Today: 0 |
Author: Kathi O'Shea
|
Rating:
|
|

Geared toward the novice, features easy to understand sample scripts and explanations, ASP/Access tutorial, and downloadable simplified sample guestbook application....
|
|
|
|
Total Hits: 318 | Today: 0 |
Author: Keith Cox
|
Rating:
|
|

In this tutorial, I'll discuss more of the overall capabilities of ASP. We'll dig deeper into some of the features you can take advantage of and some of the tools you have at your disposal....
|
|
|
|
Total Hits: 365 | Today: 0 |
Author: Sandeep Chaudhary
|
Rating:
|
|

Do you know what COM is? Well, in this tutorial, it will give you the basics of COM with some ASP backround in it. IIS uses Component Object Model(COM). It is possible to built a component in virtually any language and then add that Component to IIS....
|
|
|
|
Total Hits: 644 | Today: 0 |
Author: David Brebner
|
Rating:
|
|

A great tutorial for the very beginer covering many topics like, Basic ASP objects, to ASP coding.....Well first of all, ASP stands for Active Server Pages. ASP is a server side technology, this means it works on any web browser, because all the work is done at the web server end. Essentially ASP pages are just normal HTML with scripts embedded in them. You can write your scripts in VBScript, Javascript or any language which is ActiveScript compatible.
...
|
|
|
|
Total Hits: 211 | Today: 0 |
Author: ASP-Help
|
Rating:
|
|

These are components that allow web developers to create server-side scripted templates that generate dynamic, interactive web server applications....
|
|
|
|
|
|
|