Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
TargetUrl is Incorrect?
posted

I have a menu system that I've built up. The menu items are built programatically, setting the target url and the target frame. I upgraded the app from 1063 to the 1069 hotfix, and now am experiencing strange behaviours.

oItem = mnuSection.Items.Add("Documents")

oItem.TargetUrl = "Documents.aspx"

oItem.TargetFrame = "MainContents"

My target url is combining both elements, so it looks like: http://localhost/App/Documents.aspxigFrame='MainContents'

Has anybody else experienced this issue?