Click here to Skip to main content
15,901,373 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: executing procedure, Pin
Brij2-Jan-10 23:04
mentorBrij2-Jan-10 23:04 
GeneralRe: executing procedure, Pin
Hema Bairavan3-Jan-10 2:06
Hema Bairavan3-Jan-10 2:06 
GeneralRe: executing procedure, Pin
Brij3-Jan-10 3:28
mentorBrij3-Jan-10 3:28 
AnswerRe: executing procedure, Pin
N a v a n e e t h3-Jan-10 5:38
N a v a n e e t h3-Jan-10 5:38 
GeneralRe: executing procedure, Pin
Hema Bairavan3-Jan-10 5:51
Hema Bairavan3-Jan-10 5:51 
GeneralRe: executing procedure, Pin
N a v a n e e t h3-Jan-10 6:11
N a v a n e e t h3-Jan-10 6:11 
GeneralRe: executing procedure, Pin
Hema Bairavan3-Jan-10 6:18
Hema Bairavan3-Jan-10 6:18 
Questionasp:menu issue Pin
THE SK2-Jan-10 9:42
THE SK2-Jan-10 9:42 
Hi All

I want to add a menu somewhat like that of codeproject(see above the green horizontal div)
Home Articles Quick Answers etc

I was using asp:menu

<asp:menu id="NavigationMenu"
staticdisplaylevels="2"
staticsubmenuindent="10"
orientation="Vertical"
target="_blank"
runat="server" >


<DynamicMenuItemStyle BackColor="Aqua" Font-Bold="true" />
<dynamichoverstyle backcolor="Green"
forecolor="Black"/>

<items>
<asp:menuitem navigateurl="Home.aspx"
text="Home"
tooltip="Home">
<asp:menuitem navigateurl="Music.aspx"
text="Music"
tooltip="Music">
<asp:menuitem navigateurl="Classical.aspx"
text="Classical"
tooltip="Classical"/>
<asp:menuitem navigateurl="Rock.aspx"
text="Rock"
tooltip="Rock"/>
<asp:menuitem navigateurl="Jazz.aspx"
text="Jazz"
tooltip="Jazz"/>
</asp:menuitem>
<asp:menuitem navigateurl="Movies.aspx"
text="Movies"
tooltip="Movies">
<asp:menuitem navigateurl="Action.aspx"
text="Action"
tooltip="Action"/>
<asp:menuitem navigateurl="Drama.aspx"
text="Drama"
tooltip="Drama"/>
<asp:menuitem navigateurl="Musical.aspx"
text="Musical"
tooltip="Musical"/>
</asp:menuitem>
</asp:menuitem>
</items>

</asp:menu>

But I have seen that if I disable javascript on my browser asp:menu doesnot work.
However codeproject menu works even after disabling the javascript.
Please guide which control is the codeproject using for menu.I want to use the same

Thanks


Regards
Sandeep
AnswerRe: asp:menu issue Pin
Abhijit Jana2-Jan-10 10:19
professionalAbhijit Jana2-Jan-10 10:19 
GeneralRe: asp:menu issue Pin
THE SK2-Jan-10 10:30
THE SK2-Jan-10 10:30 
GeneralRe: asp:menu issue Pin
Abhishek Sur2-Jan-10 10:54
professionalAbhishek Sur2-Jan-10 10:54 
GeneralRe: asp:menu issue Pin
THE SK2-Jan-10 11:03
THE SK2-Jan-10 11:03 
GeneralRe: asp:menu issue Pin
Abhishek Sur3-Jan-10 2:30
professionalAbhishek Sur3-Jan-10 2:30 
QuestionClickOnce Deployment Issue!! Pin
Sr...Frank2-Jan-10 9:07
Sr...Frank2-Jan-10 9:07 
AnswerRe: ClickOnce Deployment Issue!! Pin
Abhijit Jana2-Jan-10 9:19
professionalAbhijit Jana2-Jan-10 9:19 
GeneralRe: ClickOnce Deployment Issue!! Pin
Sr...Frank2-Jan-10 9:35
Sr...Frank2-Jan-10 9:35 
QuestionMenu Links In Master Pages Pin
Brendan Vogt2-Jan-10 2:43
Brendan Vogt2-Jan-10 2:43 
AnswerRe: Menu Links In Master Pages Pin
Brij2-Jan-10 3:40
mentorBrij2-Jan-10 3:40 
GeneralRe: Menu Links In Master Pages Pin
Brendan Vogt4-Jan-10 5:24
Brendan Vogt4-Jan-10 5:24 
QuestionHow to Format Text in ASP.net ????????? Pin
THE SK2-Jan-10 1:31
THE SK2-Jan-10 1:31 
AnswerRe: How to Format Text in ASP.net ????????? Pin
Abhishek Sur2-Jan-10 9:14
professionalAbhishek Sur2-Jan-10 9:14 
Questionhow to add flash file in asp.net web page Pin
Amit Spadez1-Jan-10 20:53
professionalAmit Spadez1-Jan-10 20:53 
AnswerRe: how to add flash file in asp.net web page Pin
Brij1-Jan-10 21:16
mentorBrij1-Jan-10 21:16 
AnswerRe: how to add flash file in asp.net web page Pin
Abhijit Jana1-Jan-10 21:23
professionalAbhijit Jana1-Jan-10 21:23 
Questiontell me some links for the complete code in c# for login box Pin
Tanzeel Altaf1-Jan-10 20:47
Tanzeel Altaf1-Jan-10 20:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.