Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 14th, 2004, 07:51 AM
Authorized User
 
Join Date: Jun 2004
Posts: 99
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to hlchuah77
Default How to have sub-menu in ASP.net

I have few image labels (for linking). I want to show the sub menu after the mouse cursor is pointed to one of the labels, how can it be done?

 
Old October 14th, 2004, 08:00 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

I would use javascript, so that when the mouse is over, or on clicking it, the submenu appears. Now there is a control coming in .NET framework 2 that will handle this automatically. But for the time being, you can use javascript. If you show submenu on mouseover, it requires a higher browser level (such as IE 6) than clicking does.

Brian
 
Old October 15th, 2004, 11:20 AM
Authorized User
 
Join Date: Jun 2004
Posts: 99
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to hlchuah77
Default

So, it means that under .NET 1.1 framework, it does not have this kind of function, right?

Well, I have no good knowledge in javascript, is there anywhere else for me to get the sub menu sample coding?

 
Old October 15th, 2004, 01:03 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

I'm sure there is. Try looking for a control on the web. One is coming in the 2.0 version of .NET, called (easily enough) the menu control. It works really well.

Brian





Similar Threads
Thread Thread Starter Forum Replies Last Post
menu in asp.net 1.1 munchy_cool ASP.NET 1.0 and 1.1 Professional 1 February 14th, 2007 05:53 AM
ASP.NET menu Anantsharma General .NET 1 January 5th, 2005 06:48 AM
Menu in ASP.NET 1.1 tanusree_ghosh General .NET 2 December 22nd, 2004 02:15 AM
.asp.net dynamic drop down menu fitchic77 .NET Framework 2.0 2 August 12th, 2004 07:39 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.