Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am tring to make web page on asp.net and this is my first time and i cant find a solution to how to ad an menu strip to html, asp.net page.
i used windows form before and menu strip was on tool box for W.F.Application but for asp.net i dont know how to do it.

please someone help me.
Posted
Comments
onelopez 17-May-13 14:23pm    
HTML does not have a "menu strip" per say. What you would need to do is implement a horizontal menu with drop down. Something like this (horizontal drop down menu @ Codrops)
Member 10468644 16-Dec-13 10:18am    
strip" in "how to add menu strip to asp.net web page" called
prasanthaKumara 17-May-13 17:02pm    
check out http://www.codeproject.com/Questions/414550/How-to-create-Menus-in-Asp-net
Hope this will be usefull
Killzone DeathMan 28-Jun-13 9:50am    
Yeah maybe your solution is:



<asp:Menu ID="Menu1" runat="server" StaticDisplayLevels="3">
<items>
<asp:MenuItem Text="File" Value="File">
<asp:MenuItem Text="New" Value="New">
<asp:MenuItem Text="Open" Value="Open">

<asp:MenuItem Text="Edit" Value="Edit">
<asp:MenuItem Text="Copy" Value="Copy">
<asp:MenuItem Text="Paste" Value="Paste">

<asp:MenuItem Text="View" Value="View">
<asp:MenuItem Text="Normal" Value="Normal">
<asp:MenuItem Text="Preview" Value="Preview">




But to be honest the word "strip" in "how to add menu strip to asp.net web page" called my attention to this issue... :$ disappointing :( :D
Member 12112092 4-Nov-15 12:52pm    
I want to add your code to my default.aspx, I tried it but i getting a error, could you tell me how to add your code to my Default.aspx?
thanks in advance

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