Creating menu in asp.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
How can i create drop down menu in asp.net.
please help me is there any component freely available for it
 
ASP.NET 2.0 now includes an out of the box Menu Control which allows you to
create menu's with nominal code and you dont need to buy 3rd party controls
for this. It's quite a neat control that supports hirarcheal data and
multiple menu styles.
http://www.ondotnet.com/pub/a/dotnet/2004/09/13/site_nav_aspnet20.html
provides you a basic example. Let me know if you need more help customizing.

Cheers,
rajiv.

UI Controls included in VS.NET 2005 ROCK!!
 
Back
Top