Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a quick question about the two controls multiview and panel. when i need to code a process that goes through multiple stages within single page, which control is better to use the multiview or the panels? can anyone tell me what are the advantages and disadvantages of both?

Thank you,
Posted

1 solution

They are designed for different purposes, you could use an UpdatePanel[^] with an embedded MultiView[^]. You can then use a View[^] for each of your stages.

If you use a Panel you'll have to manage the visibility of each control yourself, while the MultiView displays one view at a time.

Best regards
Espen Harlinn
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900