Hi everyone,

I have this:

[code]



  @ViewBag.Title
 
 


 

 
 

  @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.