Hello -
I have a DotNET 2.0 menu control that I am populating dyanmically from a couple of database tables, in which I am also setting the navigation url for either the parent or the child item. When the navigationurl is set I do not recieve the OnMenuItemClick event which makes it difficult to know where I have come from and where I am going.
When I remove the navigationurl I get the OnMenuItemClick event to fire but then I am stuck because I don't know how to get the page to then navigate to the desire url without using a Response.Redirect. The site is built with iframes and I need to be able to determine which iframe to load based on the menu item that was click.
can someone please assist with this problem.
regards
Tony Redmond