In my site I need multiple menu. Actual menu with tabs such as Home, product... etc will be the banner part of site. I have used <dnn:Menu> for it and working fine.
But I also need another sub menu at Top of the page with different tabs such as News, departments..... etc. And those Dnn menu and Sub menu are not related to each other.
Currently I am making those top sub menu static and manually given the link of page which they redirect to.
I need to make that Top sub menu dynamic as <dnn: menu>
Is there any solution for it?