|
Using Web Forms to Build Interactive Applications |
|
| What's Next ... | |
|
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! 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! |
|

