Murach's ASP.NET 2.0 with C# 2005
How to use the MultiView and Wizard controls
The MultiView and Wizard controls let you divide a page into
multiple views or steps, navigate between them, and track
data that the user enters or modifies...with a minimum of C# code. This chapter shows you how to take advantage of these
timesavers.
|
|
|
|
How the MultiView control works |
618 |
|
How to add views |
620 |
|
How to add controls to a view |
622 |
|
How to navigate between views
with commands |
624 |
|
How to access the data stored
in a MultiView control |
626 |
|
Properties and events of the MultiView
and View controls |
628 |
|
|
How the Wizard control works |
630 |
|
How to add or remove steps |
632 |
|
How to add a Cancel button |
634 |
|
How to add a completion step |
636 |
|
Properties and events of the Wizard
and WizardStep controls |
638 |
|
How to use templates and styles
with wizards |
640 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|