I have this:
[code]
Winitu Uren Registratie
@Html.Partial("_LogOnPartial")
@RenderBody()
[/code]
I want to get subitems, like a dropdown menu navigation structure. under Beheer: So beheer is the parent item and then under Parent link I want to get 3 sub items, like Medewerkers, projecten, klanten.
Here is also the hole project.
Replies
Know the answer? Post it — somebody with the same question will find it here.