Are there any recommended ways on developing a custom navigation menu in ASP.Net similar to how the built-in Asp.Menu navigation/web.sitemap works?
We need to replicate the exact menu structure that a DNN site has for another custom built web application, and its ability to be generated on the fly in case of any addition to the parent menu (which can be done dynamically with DNN).
The nav hierarchy structure can be found in the DNN database, but I am not sure how to approach custom building the menu; or even if it can be done.
Thanks.