-
Thanks that only partly works it still tabs through the first link in the menu. I just created a different master page with a html links as a menu for the page I wanted this on. To answer your question I did it this way because the users are old school keyboard only people. They do not want to tab through...
-
Hello, I am trying to add a rel attribute to all links in the Menu component. I have found your code in a relevant topic, but unfortunately I am bad in javascript, so I do not know why it is not working. I have ovewritten the Menu component, so that on it's PreRender I add the javascript, that is...
-
I need to acheive a menu that is in the following format (Both the Parent menu and the child menu in Horizontal direction). And i need to build or show / hide dynamically since the menu will change based on the user role. And I will have only 2 levels. One parent row and one child row ParentMenu1 ParentMenu2...
-
I am using menu control and multiview control. With these controls I was successful in creating tabed control look. I have used updatedpanel and in that I have used the menu control and multiview control. with the help OnMenuItemClick="Menu1_MenuItemClick" I able to switch to other views. while...
-
I have two asp:menmus that use sitemap providern. My problem is that when i click on a deeper path than 2 in the submeny my selected path disapears in the main menu. Whatever i click in my submeny doesn't get any selecteditem value :( <asp:SiteMapDataSource ID="SiteMapDataSource1" runat...
-
I think you can use the MenuItemDataBound event. This event is rised when the menu renders its submenus. You can use e.Item to evaluate which submenu is being currently bound. I think e.Item.DataItem should hold the dataitem which will be used to bind the menuitem. You can also check here for an example...
-
Hi, I've published on my website a carousel menu that you can use freely on your sharepoint website. Don't hesitate to send me your feedback or support my work. The url is www.existenz-software.fr on the game tools section Regards Laurent Mrejen www.existenz-software.fr
-
Hi, I am using silverlight menu for my asp.net web application. This menu is placed in master page. Now the problem is evry time when i click menu, corresponding page loads and master page also loads, means menu also evry time loading. Bcoz of this, Page content is loaded first and after some time menu...
-
Here is what I want to do: To display a drop down menu with multiple column listing which can be
added, edited or deleted from a module that can be linked through the
backend for a CMS website. Here is my problem: At my office a certain section of developers are saying that this
is not possible in .net...
-
Dave
Thanks for that link. In the end, I had to roll my own, as we are using CSSAdapters and I wanted a plug and play generic solution for other websites. I also needed to integrate with a side menu that uses a tree view.
It is now all working very nicely and I have two user controls that are brutally...