Alternatives to MultiView in ASP.NET -


the website i'm building contains large number of views displayed on same place hidden or shown according how user navigates menu.

it gets quite messy in visual studios design view when have multiview 10 different views in it. i've separated content of each view in several user controls. there alternative multiview?

i use panel or placeholder , toggle visibilities manually. don't use vs designer either...


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -