Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  261
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, March 18, 2010
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

Life runs on code. Find out how Visual Studio 2010 can help you realize your vision. Learn more...

Home > Search > Introduction > ASP
Search
DevASP

What's New
What's Hot

Behind Virtual WiFI       
Total Hits: 32  |  Today: 0 Author: ABitSmart       Rating:  
Read Reviews | Write Review |              Your Rating: 

In basic terms, VirtualWiFi in Windows 7 is nothing but, connecting to multiple IEEE 802.11 networks using one WiFi card.

VirtualWiFi is a project Microsoft have been working on from 2002. Not being worked on now, not event supported by Microsoft research. They have provided VirtualWiFi OID support in Windows 7....

What is Classic ASP?       
Total Hits: 38  |  Today: 0 Author: Raj Krishna       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft's previous server side scripting technology ASP (Active Server Pages) is now often called classic ASP.

ASP 3.0 was the last version of the classic ASP.


ASP.NET is Not ASP

ASP.NET is the next generation ASP, but it's not an upgraded version of ASP.

ASP.NET is an entirely new technology for server-side scripting. It was written from the ground up and is not backward compatible with classic ASP....

An Overview of ASP.NET       
Total Hits: 27  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Well by now many of you have probably heard, or at least caught wind of the fact, that the next version of ASP is not going to be ASP 4.0. It is instead going to be called ASP.NET, and what a difference that little change makes. I've seen the future and it's called ASP.NET! (In the past, the future was called ASP+, but in the present the future's ASP.NET... got it?)...

What's in an ADO Connection String?       
Total Hits: 22  |  Today: 1 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

I actually had some trouble naming this article. I started out with something like "It Don't Mean A Thing If You Ain't Got That String" since quite often people have everything else in their code fine, but can't get connected. I decided that wouldn't work since I wanted you to be able to tell what the heck the article was going to cover and I wasn't sure people would get the Duke Ellington reference. Then I started thinking about something along the lines of "Get Yourself Connected." Again I fou...

What is a DOS attack?       
Total Hits: 28  |  Today: 0 Author: siva       Rating:  
Read Reviews | Write Review |              Your Rating: 

It is when too much data is being sent to a host and it cannot handle all the data and disconnects from the Internet....

Basic Active Server Pages Tutorial for beginners       
Total Hits: 1025  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

A basic tutorial on ASP for beginners which will get them started in writing Active Server Pages....

Print this Page - Comparing Classic ASP to ASP.NET       
Total Hits: 18  |  Today: 3 Author: Scott Mitchell       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP.NET, Microsoft's latest Web-server programming technology, was released for public consumption in mid-January 2002. As developers begin to move to the technology, those who have a long background in classic ASP will likely feel a bit alienated, as the way things are done in an ASP.NET Web page can be confoundingly different than in a classic ASP page. Personally, I think these different ways of doing things are better, often requiring far fewer lines of (more readable) code to accomplish a t...

Verify your members       
Total Hits: 16  |  Today: 0 Author: Philip Q       Rating:  
Read Reviews | Write Review |              Your Rating: 

I see an increasing amount of sites trying to prevent people from signing up with fake emails and multiple accounts, one way that they do this is to send an email to the person with a link to a page that validates them against the system so their account will work. In this article I'll show you how to create a system like this....

What are Active Server Pages?       
Total Hits: 544  |  Today: 1 Author: Sriram K       Rating:  
Read Reviews | Write Review |              Your 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....

Bullschmidt ASP Web Developer Tips       
Total Hits: 1178  |  Today: 0 Author: J. Paul Schmidt       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer......

Introduction to ASP       
Total Hits: 1341  |  Today: 1 Author: Manas Tungare       Rating:  
Read Reviews | Write Review |              Your 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....

Beginning Active Server Pages 3.0       
Total Hits: 691  |  Today: 0 Author: Joe O'Donnell       Rating:  
Read Reviews | Write Review |              Your 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....

Basic Active Server Pages Tutorial for beginners        
Total Hits: 963  |  Today: 0 Author: Faisal Khan       Rating:  
Read Reviews | Write Review |              Your 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....

ASP Syntax       
Total Hits: 1287  |  Today: 0 Author: w3schools.com       Rating:  
Read Reviews | Write Review |              Your 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.
...

Active Server Pages for Not Yet Techies       
Total Hits: 641  |  Today: 0 Author: Richard Stooker       Rating:  
Read Reviews | Write Review |              Your 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"....

ASP Tutorial       
Total Hits: 2913  |  Today: 1 Author: Abstractvb       Rating:  
Read Reviews | Write Review |              Your 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....

"Hello World"       
Total Hits: 634  |  Today: 0 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this lesson we will look at the most basic example of an ASP script. Following programming tradition it is called "Hello World"....

Response       
Total Hits: 707  |  Today: 0 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |              Your 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....

How to run your test ASP file       
Total Hits: 1028  |  Today: 0 Author: ASPronline       Rating:  
Read Reviews | Write Review |              Your 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....

If..then...Else        
Total Hits: 310  |  Today: 0 Author: Tim Warke       Rating:  
Read Reviews | Write Review |              Your 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...


1  2  3  4  Next >> 

DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com