Connecting Tech Pros Worldwide Forums | Help | Site Map

how to use a DHTML drop menu with ASP.Net?

feng
Guest
 
Posts: n/a
#1: Nov 17 '05
Execuse me if I am using the wrong term but what I am
intrested in using is a "drop menu" on a page that behaves
like the Start menu in Windows. An example of what I am
talking about is on the left side of this page:
http://www.msnbc.com/news/

Can someone tell me:
1) What is the term for this kind of menu?
2) How to use this kind of menu with ASP.Net?
3) An simple example would be great.

Thanks a lot.

feng

Lucas Tam
Guest
 
Posts: n/a
#2: Nov 17 '05

re: how to use a DHTML drop menu with ASP.Net?


"feng" <lifeng26@msn.com> wrote in news:0c1201c36e38$e4ef7c70
$a401280a@phx.gbl:
[color=blue]
> Can someone tell me:
> 1) What is the term for this kind of menu?
> 2) How to use this kind of menu with ASP.Net?
> 3) An simple example would be great.[/color]

Easiest would be to get a .NET compatible DHTML menu:

http://coalesys.com/products/webmenu...es/default.asp


Otherwise, you'll have to generate your own javascript, etc, etc just like
in classic ASP.

--
Lucas Tam (REMOVEnntp@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Stanley
Guest
 
Posts: n/a
#3: Nov 17 '05

re: how to use a DHTML drop menu with ASP.Net?


You need to use javascript for things like DHTML drop down menus. If you go
to google.com and search for "drop down menu javascript" you will find lots
of examples for this.

Stanley


"feng" <lifeng26@msn.com> wrote in message
news:0c1201c36e38$e4ef7c70$a401280a@phx.gbl...[color=blue]
> Execuse me if I am using the wrong term but what I am
> intrested in using is a "drop menu" on a page that behaves
> like the Start menu in Windows. An example of what I am
> talking about is on the left side of this page:
> http://www.msnbc.com/news/
>
> Can someone tell me:
> 1) What is the term for this kind of menu?
> 2) How to use this kind of menu with ASP.Net?
> 3) An simple example would be great.
>
> Thanks a lot.
>
> feng[/color]


Closed Thread