Creat dynamic menu in asp.net

lighnomorbi

New Member
I am trying to create a side menu with all the categories (and later on sub menu with subcategories)found this code online but I am not exactly sure what is going on\[code\]asp:Repeater id="MenuRepeater" runat="server"> <headertemplate> <ul> </headertemplate> <itemtemplate> <li></a></li> </itemtemplate> <footertemplate> </ul> </footertemplate> </asp:Repeater>\[/code\]what should I enter between the li tags and what code is needed using LINQ?
 
Back
Top