views:

62

answers:

1

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?

A: 

I generally just use a Panel or Placeholder and toggle visibilities manually. But then I don't use the VS designer either...

Bryan