Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI,

I'm currently developing a project using .NET [C#].I have created a Menu Bar using jquery and css.This is causing a few problems.I wanted to know if there is an alternate way to create a Menu Bar within .NET..
Im using Microsoft .NET 2010.

Thank you
Posted

Hi there,

if i got you right, you want something like the menuBars that are used in most of programs where they say "Files" and you can collapse and expand it with much more buttons in it?

Like this MenuBar ?[^]

If thats the case, and you are coding with Visual Studio you can add ContextMenus and stuff to a usercontrol in the ui designer of Visual Studio. There are also menuBars that provide clicky worky stuff, like ToolStripContainer and something like that.

Hope that helps
 
Share this answer
 
Given that you mentioned jquery and CSS I guess you're not doing a WinForm so have you tried this walkthru creating menus in ASP.NET[^]
 
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