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
405
setting webexplorerbar item navigation target to something else from Iframe
posted

Hi,

I am using the WebExplorerBar for navigation in my website and I am following the sample http://samples.infragistics.com/2010.1/WebFeatureBrowser/WebExplorerBar/WebExplorerBarScenario.aspx. but here the target is iframe. all the pages from my navigation menu will be from the same website only, not any other website, so is there an alternative to iframe here and how can I link the menu item to display the page in a container within the page? thanks in advance.

Parents
  • 695
    Suggested Answer
    posted

    Hello RK,

    Depending on your site's structure, different approaches can be used. Perhaps the easiest way is to add WebExplorerBar  to your Master Page and set the NavigateUrl property to some .aspx page (no need to set the Target property). The aspx content will be automatically loaded in the content place holder.

    Regards,
    Nikolai Dimitrov

Reply Children