|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to implement a drop dow menu?Hello, friends,
I was asked to implement a .aspx page with drop down menus. When a mouse pointer moves over a menu bar, a drop down list containing sub-menus will show up. Thus a user may select a sub-menu from the list. (It is something like the menu bars on this page: http://www1.us.dell.com/content/default.aspx?c=us&cs=19&l=en&s=dhs) What is the best (simple and easy to maintain) approach to do this? Any reference paper, sample source code? Help please... Thanks.
http://www.asp.net/QuickStart/aspnet/doc/ctrlref/navigation/menu.aspx
Show quote Hide quote "Andrew" wrote:
> Hello, friends, > > I was asked to implement a .aspx page with drop down menus. When a mouse > pointer moves over a menu bar, a drop down list containing sub-menus will > show up. Thus a user may select a sub-menu from the list. > > (It is something like the menu bars on this page: > http://www1.us.dell.com/content/default.aspx?c=us&cs=19&l=en&s=dhs) > > What is the best (simple and easy to maintain) approach to do this? Any > reference paper, sample source code? Help please... > > Thanks. The new menu control built into ASP.NET 2.0 is fairly capable.
If you're still stuck with ASP.NET 1.x, then you might find one of these free menu controls to be just what the doctor ordered: http://SteveOrr.net/freecontrols/menus.aspx Show quoteHide quote "Andrew" <And***@discussions.microsoft.com> wrote in message news:0CCC3ECD-A233-42DA-86FA-257684D7FFEE@microsoft.com... > Hello, friends, > > I was asked to implement a .aspx page with drop down menus. When a mouse > pointer moves over a menu bar, a drop down list containing sub-menus will > show up. Thus a user may select a sub-menu from the list. > > (It is something like the menu bars on this page: > http://www1.us.dell.com/content/default.aspx?c=us&cs=19&l=en&s=dhs) > > What is the best (simple and easy to maintain) approach to do this? Any > reference paper, sample source code? Help please... > > Thanks. Depending on if your menu's need to be dynamic or not... and...not meaning to
sound anti-MS here, but wouldn't Javascript, or even DHTML be better at doing roll-over drop down menus... Just a thought. -- Show quoteHide quoteKurt Farrar ..NET Developer & Computer Enthusiast "Andrew" wrote: > Hello, friends, > > I was asked to implement a .aspx page with drop down menus. When a mouse > pointer moves over a menu bar, a drop down list containing sub-menus will > show up. Thus a user may select a sub-menu from the list. > > (It is something like the menu bars on this page: > http://www1.us.dell.com/content/default.aspx?c=us&cs=19&l=en&s=dhs) > > What is the best (simple and easy to maintain) approach to do this? Any > reference paper, sample source code? Help please... > > Thanks.
Other interesting topics
How to link ASP .NET and a program?
Accuracy and CSS How to create preview page before submitting Themes and global stylesheets Pls Help: SQLExpress alternatives Specify version and product info How to open a page in a new browser window ASP.NET 2.0 cache invalidation Image Dimensions? Letting the user choose the language throughout the application |
|||||||||||||||||||||||