my company has infragistic Infragistics35 Version=8.3.20083.1009 and we think to buy infragistic 2011 asp.
i download Infragistics35.Web.v11.1, Version=11.1.20111.1006, but i have problem with we WebDataMenu before using ultrawebmenu but change it.
I have a page that has
<iframe id="XML" frameborder="0" src="default.aspx" marginheight="0" marginwidth="0" width="1200px" height="2000px" align="left"> <noframes> </noframes> </iframe>
show the pages where you select the menu
and c#
itemmenu = new Infragistics.Web.UI.NavigationControls.DataMenuItem(AdoData.ReadString(dt[i]["lblLanguage"]), AdoData.ReadString(dt[i]["mnuCode"]), "", "", ""); if (!AdoData.ReadString(dt[i]["mnuIconName"]).Equals("")) itemmenu.ImageUrl = HttpManager.printImg1(AdoData.ReadString(dt[i]["mnuIconName"])); itemmenu.Target = "XML"; itemmenu.NavigateUrl = SecurityCode.TranslateCodeToPage(SecurityCode.TranslateDBCodeToCode(AdoData.ReadString(dt[i]["secCode"])));
Results
Chrome show me the page in iframe XML
IE 8.0 ERROR open another page.
FF 4.0 ERROR open another TAB
I can help me..?
Hi edgutol,
It has been some time since your post, however in case you still need assistance I would be glad to help.
In this scenario you should set the Target property of your menu item to "_self". You can find more information on the different values for the target window at:
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.hyperlink.target.aspx
Please feel free to contact me if you need further assistance.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support