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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -