Click here to Skip to main content
15,889,574 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have used simple .net menu tag to create a menu. and when I run from local machine in IE 10 then it will display properly.
But when I publish code on server and browse, then child menu is not display in IE 10.
So please give me suggestion.
Find Code Below for More Information
ASP.NET
<div>
    <asp:Menu ID="mnuMainMenu" runat="server" Orientation="Horizontal" >
    <Items>
        <asp:MenuItem  Text="" Selectable="true">
            <asp:MenuItem NavigateUrl="" Text="Master Data Configuration"
                Value="MasterDataConfiguration">
                <asp:MenuItem NavigateUrl="" Text="Units"
                    Value="Units"></asp:MenuItem>
                <asp:MenuItem NavigateUrl ="" Text ="Position Types"
                    Value="PositionTypes"></asp:MenuItem>
            </asp:MenuItem>
            <asp:MenuItem Text="Security Configuration" Value="SecurityConfiguration">
                <asp:MenuItem NavigateUrl="" Text="COS Executives"
                    Value="ExecutivesCOS"></asp:MenuItem>
                <asp:MenuItem NavigateUrl="" Text="HR Managers"
                    Value="HRManagers"></asp:MenuItem>
                <asp:MenuItem NavigateUrl="" Text="Plant Personnels"
                    Value="PlantPersonnel"></asp:MenuItem>
            </asp:MenuItem>
        </asp:MenuItem>
    </Items>
</asp:Menu>
</div>
Posted
Updated 21-Oct-13 0:29am
v5
Comments
TryAndSucceed 1-Oct-13 12:38pm    
Try NOT opening your IE 10 in compatibility view.
Varsha Vaghela 14-Oct-13 6:52am    
Yes, It is working Proper, But I want to use without compatibility mode.

1 solution

 
Share this answer
 
Comments
Varsha Vaghela 21-Oct-13 7:45am    
Thank you for giving me quickly reply.
Your First solution, by installing a package in application is not working after deploy on the server.
And I want to use without set meta tag in my application.
Is any other solution, then please share with me.
sunil mali 7-May-15 7:38am    
Even i am having same issue. Menus doesn't work in IE 10 . Even if i put metatag it doesn't work. Have you found any solution for this bug??
Varsha Vaghela 7-May-15 7:51am    
No, I have no found any solution for IE10, But In IE11 - this issue is automatically resolved.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900