I am using SiteMap and Menu in asp.net to create menus on masterpage. i want to open a same page lets say “Under Construction” from multiple menus. but its giving me error that one menu can refer to one page only. please give me solution to implement this.
Share
You can create an xmldoc in memory and bind it to the menu control with the urls that you desire. You could aslo dynamically create the menu in your code behind appending hte items based on some criter that you set either in your DB or in XML.