Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating custom menus

Status
Not open for further replies.

ami7

Programmer
Oct 3, 2002
48
GB
Hi All,

I need to build one custom menu and refer my menu in my .aspx page.

No idea to how to start.

Pls help.

Rgds,
ami.

 
Hey Ami,

A company called CyberKraft makes an excellent asp.net menu control (its what we're using in our member portal). You can check it out here. It's about $120 for an application license though, and i'm not sure if you want to build your own or just buy a pre-made control. An option anyway.


D'Arcy
 
Hi,

Thanks for ur info. I have gone thru this site and i am aware of this company.

Can u suggest some sites or tutorials for creating a custom menu?

Thanks again,
ami.
 
I'd sugest u start at the .NET Help. Check the following topic:
Code:
How To Create a Mouse Capture Drop-down Menu
ms-help://MS.VSCC/MS.MSDNVS/DHTML/workshop/author/dhtml/howto/MouseCaptureDDM.htm
(if you have trouble opening the link search for the 'menu' keyword. It should be the 1st of the list)

It teaches how to build a menu and capture menu events. It's not as beautifull as the
Code:
'[URL unfurl="true"]http://www.aspnetmenu.com'[/URL]
, but it's pretty usefull.

Hope this helps.

NetAngel
 
Hi Angel,

Thanks for your reference.
Will try it.

Rgds,
ami.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top