views:

32

answers:

1

I'm new to LINQ and I have an ASP.Net Menu control, I want that to be generated dynamically using LINQ complete with Parent and Child nodes. Hope someoene could help.

A: 

the standard Menu control requires a parent field to indicate which is a child and a parent node if you plan to bind the menu in 1 sitting.

Martin Ongtangco
Any code sample?
Raymund