Click here to Skip to main content
15,903,744 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to create submenus on mouse move event

this is my code...

XML
<asp:Menu ID="CricketMenu" runat="server" CssClass="menu" EnableViewState="false" IncludeStyleBlock="false" Orientation="Vertical">
                    <Items>
                        <asp:MenuItem NavigateUrl="~/Series.aspx" Text="Series"/>




                        <asp:MenuItem NavigateUrl="~/Match.aspx" Text="Match"/>
                         <asp:MenuItem NavigateUrl="~/ScoreCard.aspx" Text="View Sore Card"/>
                        <asp:MenuItem NavigateUrl="~/Others.aspx" Text="Others"/>
                        <asp:MenuItem NavigateUrl="~/Analysis.aspx" Text="Analysis"/>
                        <asp:MenuItem NavigateUrl="~/CareerRecords.aspx" Text="Career Records"/>
                        <asp:MenuItem NavigateUrl="~/Points.aspx" Text="Points"/>
                        <asp:MenuItem NavigateUrl="~/Window.aspx" Text="Window"/>

                    </Items>
                </asp:Menu>
Posted
Comments
Prasad_Kulkarni 14-Jun-12 9:31am    
Din't got your question..
rockpune 14-Jun-12 9:40am    
i want to show submenus in the above code the above code is totally belongs to Main menu by using this i want to create submenu items

1 solution

 
Share this answer
 

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