Hi guys, Do you know how to create a drop down menu with Ajax?Is it doable? Or I have to use javascript? Thanks. Regards, Jenson
why should you go for ajax for menu?
If the menu items coming from some other source , then you can use ajax for it.
otherwise javascript is enough.
refer these articles.
http://www.codeproject.com/useritems/dropdown_menu.asp
http://www.codeproject.com/jscript/dynamic_menu.asp
The standard ASP.NET Menu Control should work fine for what you are trying to accomplish, have a look at this: http://www.eggheadcafe.com/articles/20050531.asp
There are some demos located here: http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/navigation/menu.aspx
-Damien