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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -