I have 2 database tables named Categories and SubCategories and I want to create an Unordered List inside my asp.net web form like a tree view like
ul
li a href=””CategoryDynamicData/li
ul
li SubCategoryDynamicData li
..
..
..
Any algorithms for that ? I couldn’t nest 2 repeaters ?
OK It seems not the best way but here how I solved this…
Hope it helps others 🙂