Displaying a Multipart Form
You can use the MultiView
control to divide a large form into several subforms. You can associate particular commands with button controls contained in a MultiView
. When the button is clicked, the MultiView
changes the active view.
The MultiView
control recognizes the following commands:
• NextView
—
Causes the MultiView
to activate the next View
control.
• PrevView
—
Causes the MultiView
to activate the previous View
control.
• SwitchViewByID
—
Causes the MultiView
to activate the view specified by the button
control’s CommandArgument
.
• SwitchViewByIndex
—
Causes the MultiView
to activate the view specified by the button control’s CommandArgument
.
You can use these commands with any of the button controls—Button
, LinkButton ...
Get ASP.NET 4 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.