Murach's ASP.NET 3.5 with VB 2008
How to develop a multi-page web application
This chapter shows you how to develop a simple multi-page web application. This application involves skills like transferring control to another web page, using a data source to handle database data, and managing session state to keep track of each user session.
|
|
|
|
The Order page |
74 |
|
The Cart page |
76 |
|
The files and folders used by
the Shopping Cart application |
78 |
|
How to add a class to a web site |
80 |
|
|
How to add a web form to a web
site |
82 |
|
How to rename a web form |
84 |
|
How to change the starting web
form |
84 |
|
How to redirect or transfer to
another page |
86 |
|
How to use cross-page posting |
88 |
|
How to code absolute and relative
URLs |
90 |
|
|
How to create an Access data source |
92 |
|
How to configure an Access data
source |
94 |
|
How to bind a drop-down list to
a data source |
96 |
|
How to use Visual Basic code to
get data from a data source |
98 |
|
|
How session state works |
100 |
|
How to work with data in session
state |
102 |
|
|
The code for the Product and CartItem
classes |
104 |
|
The aspx code for the Order page |
104 |
|
The Visual Basic code for the
Order page |
108 |
|
The aspx code for the Cart page |
112 |
|
The Visual Basic code for the
Cart page |
112 |
|
 |
|
|
|
|
© Copyright 1998-2009 Mike
Murach & Associates, Inc. All rights reserved.
|