how to create meni driven main menu (menu) and as on mouse over over menu menu should display menu_1,menu_2,menu_3 in asp.net(C#)
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Biswa Pujarini MohapatraPosted Jan 1, 2014, 6:41 AM
You can use asp.net Menu from tool or you can write CSS, also you can use Jquery to create menu.
Please refer to the links below
CSS : http://cssmenumaker.com/
ASP.NET : http://www.codeproject.com/Articles/47515/ASP-NET-Horizontal-Menu-Control
Jquery : http://jqueryui.com/menu/
hoping it helps
Thanks