Murach's ASP.NET Web Programming with VB.NET
Earlier chapters in this book teach you how to use view state and
session state. This chapter builds on that knowledge to give you
a complete set of skills for managing the state of your web applications.
|
|
|
|
|
How view state works |
300 |
|
When and how to disable
view state |
302 |
|
How to work with data in
view state |
304 |
|
|
How to work with data in session state |
306 |
|
When to save and retrieve session state
items |
308 |
|
Options for storing session state and
tracking the session ID |
310 |
|
How to set session state options |
312 |
|
|
ASP.NET application concepts |
314 |
|
Application state concepts |
314 |
|
How to work with data in application
state |
316 |
|
How to work with application events |
318 |
|
How to access application state when
an HttpContex object isnt available |
320 |
|
The code for the Global.asax file of
the Halloween Store application |
322 |
|
The code for using application state
in the second Check Out form |
324 |
|
|
How to code and use query strings in
URLs |
326 |
|
The design of an Order page that uses
query strings |
328 |
|
The code for the Order page |
330 |
|
t |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|