@ Html.Partial in WebForm

0

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?

    
asked by anonymous 08.07.2014 / 16:09

1 answer

1

I found out. Web Form User Control , so you can insert into an existing masterpage a new html

    
08.07.2014 / 16:42