I'm Kinda new to MVC.net,Still a student I'm trying to be better
here's what I have
@Html.ActionLink(item.nom_d, "index", "filières")
In each department there's many sub-departments so i want to know how can I filter this action-links so it'll show me only the sub-departments under the Item.nom_d
only I hope I made it a little bit clear.