Remove Static Menu Link
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, This is Vikash Gohil. I am using menu control in my Web Application. I have 2 level menu, a Static menu and its submenus. When I click on Static menu the Page gets reloaded. What i want is to make static menu non-Clickable. I have done this in another project, but there I used SiteMapdataSource for menu items. There specifying URL="", makes the menu item non-Clickable. How Can i do this programmatically. Any help would be great. thanks in Advance.