1. Home
  2. Computing & Technology
  3. Visual Basic
Using Web Forms
to Build Interactive Applications
What's Next ...
 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

 

Someday very soon, a whole new ASP.NET - Version 2.0 (the development name was "Whidbey") - will be released from Microsoft. You might have wondered, for example, why Frontpage is required to deploy an ASP.NET project to a hosting service. Well ... strictly speaking ... it isn't. But it's the only way you can use the Copy Project option in Visual Studio .NET to deploy a VB.NET project. Starting with ASP.NET 2.0, you won't have to do that anymore (although it will still be supported). You can keep track of ASP.NET 2.0 at this dedicated Microsoft site.

As an example of the sort of thing we can look forward to in ASP.NET 2.0, consider the DataGrid component we looked at a few chapters ago. In ASP 2.0, there are two completely new controls that you can use on web pages that take the DataGrid idea and run with it: the GridView control and the DetailsView control. You use the GridView control when working with a set of database records. The DetailsView control is used when working with individual records. Strictly speaking, the GridView control is the successor to the DataGrid control. You'll find that you can use the GridView control in ASP.NET 2.0 to create programs without writing any code. For example, a GridView control will automatically create a column for each database column represented in the data source that it displays.

And this is, believe me, just scratching the surface. So get in sync with ASP.NET to be in the best position to take advantage of the new features soon to come!

Send me an email ...

This is the last lesson in our 23 part "About Visual Basic Complete Course" for VB.NET. I hope you enjoyed it and I hope you learned a lot even more. I'd take it as a favor if you would let me know what you thought of the course and how it might be improved. So ... send me an email!

Return to first page >>>   An Introduction to ASP.NET
Page 1, 2, 3, 4, 5
Explore Visual Basic
By Category
About.com Special Features

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

Easy ways to connect two computers for networking purposes. More >

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

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

All rights reserved.