Murach's ASP.NET Web Programming with VB.NET
This chapter teaches you how to develop a multi-page web application.
In the process, youll learn how to use validation controls,
drop-down lists, list boxes, and session state.
|
|
|
|
The Order page |
84 |
|
The Shopping Cart page |
86 |
|
|
How to add a web form to a project |
88 |
|
How to rename a web form |
90 |
|
How to change the starting page for a multi-page
web application |
90 |
|
How to display another web page in the browser |
92 |
|
How to code absolute and relative URLs |
94 |
|
|
How to add list items |
96 |
|
How to remove list items |
96 |
|
How to work with drop-down lists and list boxes
in code |
98 |
|
When to use view state |
98 |
|
|
An introduction to the validation controls |
100 |
|
How to use the required field validator |
102 |
|
How to use the compare validator |
102 |
|
|
How session state works |
104 |
|
How to work with data in session state |
106 |
|
|
The code for the Order form |
108 |
|
The code for the Shopping Cart form |
112 |
|
The code for the Product, ProductIO, and CartItem
classes |
114 |
|
t |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|