I have a WebDataMenu on a master page. Within the contentplaceholder, i have an iFrame. I have set this iFrame as the target for the menu click. The page load fine. But when i click on the menu, a new instance of the browser is created and the appropriate webpage shows. If i click on the menu item in the new browser, the appliaiton performs as it should. Meaning the iFrame is updated and a new brower is Not generated. Why does the first click generate a new browser?
Any help is appreciated.
RC
I hace a different problem but it's occours also inside a Master page, im using a WebDataMenu inside a master page content sections, When the page is loaded, the menu is shown incorrectly, with orange Background and doesnt show the child items, when i move the mouse over a menu, no child is been shown
The sourceFiles are attached
Regards....
Hello,
Please reffer the attached file. I have created a DemoMaster.master, DemoPage.aspx which refers DemoMaster.master and has its own iFrame conent. And lastly DemoNoContent.aspx which refers DemoMaster.master and does not define Content so the Master content is used.
Both cases are using iframe object which is refered as target from the menu in the DemoMaster.master.
Please observe any differences that might exists between your configuration and what I have attached here. You may ignore the DIV elements.
Hope this helps
I decided to go a different route and simplify. Moved the menu from the Master page to a root page and called the other pages from there.