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
180
Edwin Gutierrez Olivares
posted

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..?