Is there any way in WebForm to use multiple @Html.Partial? example the menu being a master page, the top another master page, the other master page footer?
I know there is NestedMasterPage but if the menu is not created from the beginning, Example I already have a masterpage called website and now I want this to call a masterpage that will be just the menu.
How to do? best to do with javascript .onload
or can you do this include?