Browse by Tags

Related Posts

  • Forcing a horizontal menu to wrap into multiple lines

    I've created a horizontal menu (see below): <asp:Menu runat="server" ID="Menu1" Orientation="Horizontal" StaticMenuItemStyle-CssClass="master-tab-2nd" StaticSelectedStyle-CssClass="master-tab-2nd-selected" CssClass="master-tabs-2nd" OnMenuItemClick...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by PrivateRicoKowalsky on 12-21-2008, 12:00 AM
    Filed under: menu, Menu Control, menu style, menuControl, menuitems, menus, menuu, menuu control, menus.
  • adding items to menu bound to sitemapdatasource

    I use the SqlSiteMapProvider to pull my site map out the database. The SiteMapDataSource is then bound to a main navigation menu and a footer navigation menu. My problem is that I want a couple of the pages (site map and Ts & Cs) in the footer navigation but not in the main navigation. Currently...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by suzyb on 11-27-2008, 12:00 AM
    Filed under: SiteMapDataSource, SqlSiteMapProvider, menu, menuControl, menuitems
  • SiteMapProvider with no menu/treeview wont change at runtime

    Hi, I am creating a menu on a page, but its too complicated to use with the Menu control. So during runtime I loop through a sitemap and building up a HTML string which I then output to screen. This works fine until I attempt to change the SiteMapProvider - it wont change, it just stays on the same one...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by chisays on 07-14-2008, 12:00 AM
    Filed under: navigation sitemapprovider sharepoint, page load, sitemap, sitemap menu tree view, sitemap menu multiple, Sitemap and Menu, sitemap menu, sitemap navigation, sitemap provider, siteMap roles Web.sitemap Web.config Menu Scurity, sitemap sitemapnode url, SiteMapDataSource, SiteMapNode, SiteMapPath, SiteMapPath SiteMap, SiteMapProvider, .net, .net 2.0 navigation controls tree view......, .net 2.0 Page Load problem, asp .net 2.0, ASp 2.0 Master pages, Asp .net, asp .net., ASP.NET, asp.net 2.0, asp.net 2.0, master page, master page menu control, master page navigation, master pages, master pages and site navigation, MasterPages, menu, Menu Control, menu Control sitemap, menuControl, masterpage dynamic run time master page generate select, masterPage pages, ASP .net2.0, asp 2.0, .cs, Master Page - Web Control, Master Page - Web Control, .NET 2.0 master page contentpage, master pages and navigation, masterPage, masterPage contententPlaceholder menu web.sitemap sitemapdatasource, .ASPX, navigation, .NET 2.0, Master pages menu webcontrol
  • Menu items shift on hover when you add a border

    I have added a menu control to my page. When I hover over a menu item I need to add a border. I am using css to add the border. When does this it causes all of the other items in the menu to shift down and to the right 1px. Does anyone know how to prevent this as it is very distracting to the user? I...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by edcuzz on 05-23-2008, 12:00 AM
    Filed under: Asp .net, ASP.NET 2.0 Menu, ASP.NET C#, asp.net menu control, asp:menu, asp:menu menu, menu, menu & padding & css, Menu and Children, Menu Control, menu css, Menu Css Control Adapter, menu items, menuControl, menuitems, menuu, menuu control, Asp.NET2.0, .browser, ASP .net 2.0 C#, asp.net 2.0 menu IE7, .ASPX, .NET 2.0, asp.net 2.0 master page asp:menu menu control css friendly menu adapters data bind static item template
  • Bind Menu with database

    Hi... my problem is that i want to bind menu with database. in that i've one table called as rights, using this table i can decide which are the pages will be display in menu. so according to rights i've to set pages in menu control as dynamic. is there any one who can help me? Thanks in advance...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by jaymehta_26 on 02-20-2008, 12:00 AM
    Filed under: asp:menu, asp:menu menu, ASP:Menu menu dynamic refresh, menu, menu & frames, Menu and Children, Menu Control, menu Control sitemap, menu items, menuControl, menuitems, Menu entire row click, menus programatically master pages sitemap synchronize navigate controls load
  • Bind Menu Control using Database

    Hii all, I want to bind menu control using table of SQL server 2005. i've a sttaff key, using that staff key i'm getting rights of that particular staff from rights table. Now from that rights i'm getting area for which staff is having rights from area table. Now the problem is How to bind...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by jaini_0407 on 02-20-2008, 12:00 AM
    Filed under: menu, Menu and Children, Menu Control, menu Control sitemap, menu items, menuControl, menuitems
  • ASP Menu: Specialized Functionality

    Hello, I'm researching how to make an asp.net menu use specialized functionality like this menu http://www.digivoice.com/ . Note how it treats the nodes as buttons. This functionality is the main source of frustration, I cannot for the life of me figure this functionality out. My ultimate goal is...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by NDWolfwood5268 on 08-01-2007, 12:00 AM
    Filed under: site navigation, staticmenuitemstyle bug, visual studio 2005, .NET 2.0, .net 2.0 menu control menuitem css selectedstyle A, .net 2.0 navigation controls tree view......, ASP.NET, asp.net 2.0, asp.net 2.0 aspcompat master pages, ASP.NET 2.0 VB.NET, ASP.net 2.0., asp.net menu control, asp:menu, dynamic, menu, Menu Control, menuControl, menuitems, Asp.NET2.0, dynamic content, action attibute
  • Causes validation Property not present in Menu Navigation control

    I need to validate (client side validations using validation controls) my page on MenuItemClick, but CausesValidation property is not present for <asp:Menu> control. Is there a work around for this, and what is the reason for Menu control not having this property?
    Posted to Master Pages, Themes and Navigation Controls (Forum) by utsavuce on 07-02-2007, 12:00 AM
    Filed under: menu, Menu Control, menuControl
  • Preventing StaticBottomSeparatorImage appearing after LAST menuitem

    Hi Is there anyway of styling a menu control so there is a separator image / gap between each menuitem, but not after the last one? I am using a StaticBottomSeparatorImage, which works great, except I cannot prevent it apeparing after the very last menu item.. is there a way round this? thanks
    Posted to Master Pages, Themes and Navigation Controls (Forum) by supergriff on 03-25-2007, 12:00 AM
    Filed under: asp.net 2.0.net menu css bug, asp.net menu control, asp:menu, menu, Menu Control, Menu Css Control Adapter, menuControl, menuitems
  • Re: Menu Control - 1px Space at top and StaticbottomSeparatorImage

    Hi Thanks for your reply; I tried setting margin and padding, but it had no effect, and there was no &nbsp; anyway. In the end, i put the menu in a div with the same background colour as the menu itself, so you can't notice the 1px gap anymore. However; I still have the problem with the StaticbottomSeparatorImage...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by supergriff on 03-25-2007, 12:00 AM
    Filed under: staticmenustyle bug, menu, Menu Control, Menu Css Control Adapter, menuControl, menuitems, staticmenuitemstyle bug, maste page
Page 1 of 2 (15 items) 1 2 Next >