1. Home
  2. Computing & Technology
  3. Visual 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
Explore Visual Basic
By Category
About.com Special Features

The Best Web Trends of the Decade

A look back at the best innovations, ideas and technologies over the last 10 years, More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Visual Basic

©2009 About.com, a part of The New York Times Company.

All rights reserved.