Web Forms :: Menu's Sub Menus Are Not Visible In Ie?
Mar 31, 2010my menü's sub-menus are not visible in ie. but in FİREfox and chrome is visible
View 4 Repliesmy menü's sub-menus are not visible in ie. but in FİREfox and chrome is visible
View 4 RepliesHow can we display the menu alone in the menu control and submenu with the breadcrumb like style.
View 1 RepliesOn my website I have implemented an asp:menu control which works fine in Firefox. Unfortunately, for some reason, the bottom border is missing in submenues in IE. You can see the problem here: [URL] Do you have any suggestions on how to solve the problem?
View 5 RepliesI have five menu items that i have created as a user control and placed on the master page. Now i want one of the menu items to be visible only for particular user role and not visible for others. Here is what I did. Its not working though.
Dim DST As New DataSet
DST = dataObject.RunSPReturnDataSet("uspUserProfile '" & Session("UserID").ToString & "'", "mytbl")
'Dim US As New DataSet
[Code]....
Can we include vertical menus inside of horizontal menu?? I want to dynamically add vertical menus( the values of the items inside of that are driven from the database) to a horizontal menu to get a tab strip like look and feel.Further is there an other way to making this process dynamic so that adding some values to the database drives the menus that appear on my page?
View 1 RepliesI would like to set my submenu text and back color diff than my main menu. I would also like to use a custom image between my horizontal menu items and underline my vertical menu items. I have an image i could show but its saved on my desk top, if somone could tell me how to show the image and what properties
View 1 RepliesI am learning and using VS 2005 to design a website. I used the Menu control to create a menu with some items and some sub-items, for instance:
Home
Product
Phone
Cars
News
However, when I run the web page and hover the mouse over the Product menu, its sub-menus did not show up.
some samples for designing the menus and sub menus in html with styles and hover etc
View 8 RepliesI am following the article [URL] .....
but I am not able to see my links horizontally
Here is my site map file
<?xml version="1.0" encoding="utf-8"?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode url="~/default.aspx"
title="Home"
description=""
roles="*">
[Code] ....
The access to these links are controlled by membership provider.
Home is accessed by everyone. "Member Home" and MyBiz are accessed when the user is logged in.
The menu should have only Home displayed and when the user is logged in then it should displaym Home, MemberHome, MyBiz and sub links.
Here is the code for menu control
<asp:Menu ID="HorizontalMenuId" runat="server"
DataSourceID="SiteMapDataSource1" Orientation="Horizontal">
<LevelMenuItemStyles>
<asp:MenuItemStyle CssClass="main_menu" />
<asp:MenuItemStyle CssClass="level_menu" />
</LevelMenuItemStyles>
</asp:Menu>
in one of my page i need to display the menus & sub menus dynamically,for this i have a menu table called colleges & one more table called branchs 1] ABC
Science ArtsCommarce2] EFG mathszoology historylike thissome times the menus are 3some times they may be 4,5,6 may randommy incresesfor this i have the two table one is menu & sub-menus
I have a menu. Is there a way so that the submenuitems stay popped out untill there is another click .
View 1 RepliesI have a vertical menu placed on top of (z-Index) a background image. The background appears nicely on my development server but does not appear on the production server. I have deleted all folders and file from the appropriate directory on the production server and copied all files and folders from the dev server to the production server to no avail. I figure that there must be a setting blocking this functionality on the production server or perhaps that older version (Server 2003) does not support this function.Oh, I have been attempting to add 2 PNG images to this post but cannot succeed.
[Code]....
[Code]....
am new for learning asp.net using c
View 2 RepliesI have just put a site on a production server for testing.However,the submenu is not visible in internet explorer but is on mozilla.The submenu is visible when run from the local host.
View 1 RepliesI opened a website in vs2008 and compiled. Everything looks great locally, but on an IIS server, the menu has stopped being displayed. This site has never had menu issues.
View 5 RepliesI have a menu navigation bar with drop down menu in asp.net project.i have done this with jquery.To get into this page i have 5 hyperlinks in previous page. when i click on one of the hyperlink and enter the navigation bar page,i need to make dropdown visible to false. i dont have any idea related to this.
View 1 RepliesI have a menu control has say 5 items on it. I want one of them visible only when the textbox1.text="yes" on the page. How to code it? Currently I use enable= true but still the item appears just disabled. I want it to disappear at all if not "yes".
View 5 RepliesIssue is Menu is not overlaping or float, above the IFrame i am design the menu with table and Div tag in Usercontrol From and i called Usercontrol from in the Index.aspx.
View 1 RepliesI have a gridview that is bound to a SQL datasource and is filtered via FilterExpression,
the FilterExpressoin is using Contro Parameters in a for of textboxes.
I want a certain button to become visible (btnInsert.Visible=true) when the filterExpression returns no results.
what event should I use? what is the code for that?
[Code]....
[Code]....
[Code]....
I am trying to develop a web application. I got a free CSS template from the net that has tabs on it. I want to apply menu on each tab. Each menu has different set of sitemap structure.For example, in "Business" tab, I want to have the following sitemap structure:
[Code]....
In another tab, say "Health", I want to have:
[Code]....
Is there a way to have 2 different menus that have their items populate from 2 separate sitemap datasources?
Currently I have one menu that is populating correctly from one sitemap. I would like to remove some items from this menu and have them in another menu positioned somewhere else on my page. How can I make this second menu populate these items from a seperate datasource?
I have created a hortizonal NavBar the problem is that when viewing the page with NavBar in IE the the drop down sub menues appears as a white rectangle.
View 3 RepliesI know the back button always presents a problem, but this one doesn't make any sense.
I have a simple details view and a button on a page. The button sends the user to the homepage. I am trying to prevent the user from being able to use the detailsview if they click Back in their browser.
This is the button click event
[code]....
When the button is clicked...oddly the user is sent to the homepage then when they click the browser back button they are sent to previous page with the detailsview still visiible.
I know I am missing something, can someone fill me in?
Why is the detailsview still visible?
I would like to integrate few menus of my website with outlook, how can i achieve it.
View 1 Replies