Aletrnatives to MultiView in ASP.NET
Posted
by remdao
on Stack Overflow
See other posts from Stack Overflow
or by remdao
Published on 2010-01-19T07:44:54Z
Indexed on
2010/04/03
18:03 UTC
Read the original article
Hit count: 504
Hi
The website I'm building contains a large number of views which will be displayed on the same place but hidden or shown according to how the user navigates the menu.
It gets quite messy in visual studios design view when you have a MultiView with 10 different views in it. I've already separated the content of each view in several user controls. But is there an alternative to MultiView?
© Stack Overflow or respective owner