Murach's ASP.NET 2.0 Upgrader's Guide: VB Edition
How to create an ASP.NET 2.0 application
in Visual Studio 2005
This chapter helps you get started with Visual Studio 2005 and ASP.NET 2.0 by showing you how to develop a shopping cart application. This gives you hands-on experience with ASP.NET 2.0 features like the new code-behind model, data sources, and cross-page posting.
|
|
|
|
The Order page |
30 |
|
The Cart page |
32 |
|
The files and folders used by the Shopping
Cart application |
34 |
|
|
How to create a new ASP.NET 2.0 web
site |
36 |
|
How to add items to a web site |
38 |
|
|
The HTML code for a new web page |
40 |
|
How to work in Source view |
42 |
|
How to work in Design view |
44 |
|
|
How to create an Access data source |
46 |
|
How to configure an Access data source |
48 |
|
How to bind a drop-down list to a data
source |
50 |
|
|
How to use the Code Editor |
52 |
|
How to use code snippets |
54 |
|
|
How to use cross-page posting |
56 |
|
How to use Visual Basic code to get data from
a data source |
58 |
|
|
The code for the Product and CartItem
classes |
60 |
|
The aspx code for the Order page |
60 |
|
The Visual Basic code for the Order page |
64 |
|
The aspx code for the Cart page |
68 |
|
The Visual Basic code for the Cart page |
68 |
|
|
How to use the development server |
72 |
|
How to run a file-system web site with
IIS |
72 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|