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++ - Convert big endian to little endian when reading from a binary file -

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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -