I have a WebMenu in ultrawebtoolbar.
style is Slide so when i hover mouse over it it slids down to show submenus.
functionality is like when i click on one of the menu items it goes to server side (partial post back because of the WARP).
now when it goes to server side and if my menu is hovered down. it does not remove an IFrame which was included to show that menu.
code for that IFrame is
<IFRAME style="Z-INDEX: 1000; FILTER: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);; LEFT: 57px; VISIBILITY: visible; WIDTH: 174px; POSITION: absolute; TOP: 51px; HEIGHT: 49px" src='BLOCKED SCRIPTnew String("<html></html>")' frameBorder=no scrolling=no></IFRAME>
and problem is there is another textbox at the same place. so because of this IFrame I am not able to select that textbox with my mouse click.
It is causing too much problem as that textbox is main Key on my page.
Please let me know if you have any suggestions/solutions. Or if there is any property of WebMenu to remove this IFrame.
I am still waiting for an Answer. Please let me know if anyone know what to do..
Thank you.
Please try the Developer Support option on the help page herehttp://es.infragistics.com/support/ask-for-help.aspx
I'm sure they will be able to work with you and resolve your problem.