You are here:About>Computing & Technology>Visual Basic
About.comVisual Basic
Using Web Forms
to Build Interactive Applications
An Introduction to ASP.NET

Intro

This chapter of our text book, Microsoft Visual Basic .NET Step by Step, should really be titled, "Introduction to ASP.NET".

That is, in fact, what it is!


 Topics
  From The Lesson
Learn VB and ASP
A VB 6 Tutorial
from About Visual Basic

 
The New "Express" VB
from About Visual Basic

 
Microsoft Suggestions
Web Hosting Services

 
Information About Hosting
from About Online
Business/Hosting

 
Microsoft ASP.NET
Quickstart Tutorials

 
Microsoft ASP.NET 2.0 Information
 
The DataGrid Component
from About Visual Basic

 

There is a fundamental difference between the kind of programs that we have been writing, and the ones that we will learn about in this chapter that should be absolutely clear before anything else. ASP.NET and VB.NET Web Forms require a web server. To drive this point home, here's a quote from one of the very popular "Dummies" books:

Pure HTML merely describes how text and graphics should look — size, location, color, and so on. You can do no significant computing with HTML. You cannot even add 2 + 2. By itself, HTML is pretty useless.

To expand the capabilities of HTML, the idea of an active server was developed. It permits you to compute on your server; then the results of that computation are composed into a page of HTML. The HTML page is then sent off to the visitor's computer for viewing in his or her browser. This capability brings your Web pages alive.

And that's the way things were with ASP. If you would like an introduction to ASP - the version that works with VB 6 - I invite you to try out my ASP tutorial: Learn VB and ASP.

Next page >>>   Problems Solved
Page 1, 2, 3, 4, 5
From Dan Mabbutt,
Your Guide to Visual Basic.
FREE Newsletter. Sign Up Now!
Newsletters & RSSEmail to a friendSubmit to Digg
 All Topics | Email Article | | |
Advertising Info | News & Events | Work at About | SiteMap | Reprints | HelpOur Story | Be a Guide
User Agreement | Ethics Policy | Patent Info. | Privacy Policy©2008 About, Inc., A part of The New York Times Company. All rights reserved.