Web Forms :: Vs 2010 + Asp:menu VS Safari?

Aug 26, 2010

I've a project written with visual studio 2008 + asp.net 3.5 that renders perfecly also on safari browser.

I converted project to VS 2010 (without upgrading FW to 4.0, but manteining 3.5).

Well, locally using safari it renders perfectly, but on server (on server is installed only FW 3.5) it does not render correctly.

I've to said that in BrowserFile.broser i've:

<browsers>
<browser id="NewBrowser" parentID="Mozilla">
<identification>
<userAgent match="Unique User Agent Regular Expression" />
</identification>
<capture>
<userAgent match="NewBrowser (?'version'd+.d+)" />
</capture>
<capabilities>
<capability name="browser" value="My New Browser" />
<capability name="version" value="${version}" />
</capabilities>
</browser>
<browser refID="Mozilla">
<capabilities>
<capability name="xml" value="true" />
</capabilities>
</browser>
<browser refID="safari1plus">
<controlAdapters>
<adapter controlType="System.Web.UI.WebControls.Menu" adapterType="" />
</controlAdapters>
</browser>
</browsers>

i've also tried to delete safari section, but on server is still not working.

View 1 Replies


Similar Messages:

Web Forms :: Menu Control Not Working In Internet Explorer And Safari?

Mar 18, 2010

I have taken menu control to display pages on my project. it is working fine in mozilla bu not in safari and internet explorer.

In safari Even sub menu items are not coming. it is displaying like this.

T-Shirts Expand <b>T-Shirts</b> Caps Expand
<b>Caps</b> Bags Expand
<b>Bags</b> Neck
Ties Expand <b>Neck Ties</b> Gift
Items Expand <b>Gift Items</b> in Safari.

In Internet explorer sub menu items are not coming.

View 2 Replies

Web Forms :: 2010 To 2008 Navigation Menu

Sep 23, 2010

played w/ visual web developer 2010 and liked the template that i was given by creating a new project using the "asp.net web application visual basic" However my company is using visual studio 2008 and we are not upgrading anytime soon. So i'm trying to remake that template in visual web developer 2008. I've got 90% of it transfered and working, the styles and master.site and all work, except the menu. It's like the CSS isn't carying over right, the drop downs work on mouse over but I don't have the nice puffy buttons that change background color when i mouse over. I've dug though the css and asp code and can't find anything thats not linking up. Does anyone have any idea how to get this last 10% figured out?

<div class="clear hideSkiplink">
<asp:Menu ID="NavigationMenu" runat="server" CssClass="menu" EnableViewState="false" IncludeStyleBlock="false" Orientation="Horizontal">
<Items>
<asp:MenuItem NavigateUrl="~/Default.aspx" Text="Home"/>
<asp:MenuItem Text="Obituaries" Value="Obituaries">
<asp:MenuItem Text="Recent" Value="Recent"></asp:MenuItem>

View 2 Replies

Web Forms :: VS 2010 Compresses Menu Control?

Dec 18, 2010

I recently converted a VS 2008 project to 2010 and without any provocation or warning, the later version very rudely scrunched together the nice menu I had along the top of the page, like this:In other words, the red menu at the top used to be distributed evenly across the page. I use the SiteMapDataSource and Menu control for the menu. Any ideas why this occurred and how to fix it?

View 3 Replies

Web Forms :: Default Web Template In Visual Studio 2010 Selected Menu Item CSS?

Jun 22, 2010

I tried using the the New ASP.NET Default Web Template in Visual Studio 2010 but one issue I'm encountering is with the CSS selected menu item and read apost which stated that...

"This screenshot demonstrates some of the styling options provided by the CSS, including the style for the selected About menu item"...In the screenshot the "About Us" menu item is highlighted but the page's content is the "Home" page content, not "About Us" page. My problem is...I can't get the selected item to be highlighted as in the screenshot even with fresh site using the built in template.

View 6 Replies

VS 2010 - Changing Menu With Masterpage

Sep 3, 2011

When I began my first ASP.NET project, I didn't know about Masterpages, which was a pain. Because I had to manually change each and every link on all of my web pages. This was all mainly for the top menu and side menus.

But now that I'm using a master page, I think it's going to be much easier. But, I'm running into an issue.

When the user loads default.aspx, they see the following on the top menu.

Which is how I want it. But, what if they click one of the links? Before, I just updated that code to make the button of that page the active one. But, if they're all inheriting the same page, how do I commit this changes? I don't want to omit that part and manually change it on each page, because that would beat the entire purpose of doing this.

I also don't want to create another master page for each link. That would also beat the purpose.

View 7 Replies

VS 2010 - Modify Menu On Website

May 8, 2012

I'm adding a shopping cart and catalog to my website and so I want to modify the menu. I was going to add a second menu right below the present menu so I would have two horizontal lines of items in the two menus. I added a second menu and a second sitemap with a different name and a second SiteMapDataSource(SiteMapDataSource2). When I test, the second menu uses the first sitemap. I don't see how to get SiteMapDataSource2 to use my new sitemap which I have named WebP.sitemap.

I could add to the items in the first sitemap but I have 5 items displaying horizontally and I wanted to start a new line. I don't see how to format it if there is a way to get a maximum of 5 items on the top line and then a new line of horizontal items.

View 2 Replies

VS 2010 Menu Control Won't Display Horizontal?

Oct 30, 2010

Had two questions about the ASP.NET menu control.

1) I have a menu control which is using a SiteMapDataSource. This is bound to a .sitemap file. I have the orientation property set to horizontal, but for some strange reason it still displays vertical. I can't for the life of me figure out why it's doing this. Am I doing something wrong here?

2) Is there a way to not display the root (Home) directory on my menu control? I only want to show Customer Support, Technician Support, Administration, and Site Map on the control.

[code]....

View 11 Replies

VS 2010 - Menu Item Hiding Using SiteMap?

Mar 25, 2011

I have a menu control which is based on a sitemap as below.

However whilst the security aspect is working i.e. users cannot access a page without being in the correct role the menu does not seem to hide any of the menu items.

I really want users only to see the help menu item before they log in, then after this point they should see all items unless they are External in which case the Uploads and Admin Items should be hidden.

Is this not possible or have I set up my sitemap wrong?

If I remove roles="*" from the first node no menu items are visible at all even after login?

[Code]....

View 9 Replies

VS 2010 - Menu And Google Chrome Browser

Aug 15, 2012

I have an application including an Asp:menu. This renders perfectly in both IE and Firefox, see screenshot gf1.jpg.

Running in Chrome the rendering is bad. There is added wide space in the top menu, so the area is much wider, and thereby not correct. See gf2.jpg.

I have tried using this workaround found by surfing, but it is still the same. Can I add some additional code, that will prevent this?

Code:
If Request.UserAgent.IndexOf("Chrome") > 0 Then
If Request.Browser.Adapters.Count > 0 Then
Request.Browser.Adapters.Clear()
Response.Redirect(Page.Request.Url.AbsoluteUri)
End If
End If

I want it to be displayed equally in IE, Firefox and Chrome....

View 2 Replies

Configuration :: Menu Navigation In 2010 Not Working On 3.5 Server?

Oct 29, 2010

I have created a basic horizontal menu in MVWD 2010 which works when I debug it on my own machine. But as soon as I upload to a ASP.net 3.5 sever online, the dynamic aspect doesnt work. Are there some major differences in frameowrk 3.5 to 4?

View 3 Replies

Visual Studio :: 2010 Tab Menu Changing The Class / Style?

Apr 20, 2010

I have a trial version of VS2010 and created a simple out of the box ASP .Net web application. I have been playing around with the css file for the project and have yet to figure out how to effect the menu tabs.

View 2 Replies

Adding Menu Bar In A Website Created In Visual Studio 2010?

Jan 19, 2014

would like to ask about how can I insert a menu bar in a Web site that is created in visual studio 2010.

My toolbox seems to not have a menu tool inside.

Is there a way to drop a menu in my page like I drop a button?

View 2 Replies

MVC :: Template Doesnt Show Up In New Project Menu Visual Studio 2010?

Dec 27, 2010

i havent uninstalled Visual studio 2010 .... for some requirements i had to repair my visual studio 2010 installation... now after repairing or reinstalling (not uninstalling and then installing, i reinstalled from the visual studio installation options) the visual studio 2010 i noticed that the asp.net Mvc template has vanished ... i tried to repair/ reinstall again but somehow it doesnt come up ... the template is not reflected into the visual studio new projects menu... as a result i am not able to load any of the mvc projects either ....

is there any possible way apart from uninstalling /repairing or reinstalling the visual studio i can get back my template again ? into my visual studio.... like wise somewhat kinda manual customization or like that ?

View 3 Replies

VS 2010 Menu Control - Open Separate Windows When Page Is Selected

Oct 14, 2011

Looking to open a separate windows when a page is selected from the menu.Here's the xml code using taget=_blank...but it's not working.

Code:

<MENU text="Help" url ="">
<SubMenu text="About" url="About.asx" target="_blank"></submenu>
</Menu>

View 5 Replies

Visual Studio :: VWD 2010 - "Exceptions" Missing From Debug Menu?

Feb 21, 2011

how I can make my VWD2010 show the window where I tick which exceptions I want the debugger to halt on throw rather than unhandled? MSDN docs imply that the menu can be customized to add it but this is NOT TRUE for my version

View 2 Replies

VS 2010 - Change Menu Items On Master Page Depending On Content Page Selection

Feb 15, 2012

I have a master page with an unordered list that contains items like, Home, Messages etc.

Now I am working on an EditProfile.aspx page and I want the menu to change and have items like Basic Information, Profile Picture etc. Sort of like facebook. What is the best way to accomplish this...

View 2 Replies

Visual Studio :: Visual Web Developer 2010 Some Commands Not Appear In The Menu?

Mar 25, 2011

I use visual web developer 2010 some commands not appear in the menu when I write it in .asp.cs file like "AffectedRows"and it not work when I write it.I Want to choose this commandes from the menu.

View 1 Replies

WebMatrix :: Visual Studio 2008 And Visual Web Developer 2010 Express Launch Ribbon Menu Item

Dec 5, 2010

My existing system has Visual Studio 2008 and Visual Web Developer 2010 Express. But Microsoft web installer for Webmatrix has made Wematrix Launch ribbon menu pointing to Visual Studio 2008. How could I make Webmatrix point to Visual Web Express 2010. To make use of IntelliSense and the debugger, I have to manually launch Visual Web Developer 2010 Express.

View 8 Replies

Web Forms :: Using CSS, How To Set The Width Of A Button For Safari

Feb 21, 2011

For some reason, setting the width of a button with the standard notation isn't working while browzing with Safari:

width: 20px;

What is the syntax for Safari?

View 2 Replies

Web Forms :: Add/Remove Default Classes From The Menu Generated From The TreeView Or Menu Control

Apr 5, 2010

Is there a way to add/delete/update the default classes (for instance AspNet-Menu-WithChildren,AspNet-Menu-NonLink ) of the html generated by the asp.net menu or treeview control? I am using CSSAdapters so the menu control renders in a list format instead of table format.

View 1 Replies

Web Forms :: Style The Menu Control To Allow The Menu Items To Float To The Right Of The Container?

Feb 3, 2011

Currently I have a menu control on my webform in ASP.Net 4.0 :

<div class="PNMenu">
<asp:SiteMapDataSource ID="PNSiteMap" runat="server" ShowStartingNode="false" />
<asp:Menu ID="PNMainMenu" runat="server" DataSourceID="PNSiteMap" RenderingMode="List" Orientation="Horizontal" CssClass="PN-PrimaryNavMenu" >
</asp:Menu>
</div>

I am trying to style the menu control to allow the menu items to float to the right of the container, however I am unable to do so as whenever I am styling the a, ul or li it keeps getting overidded by asp.net and floats everything left.

.PNMenu
{
clear:both;

[code]...

View 5 Replies

Web Forms :: Change Background Color Of Selected Menu In Menu Control?

Jul 15, 2013

i have a asp menu in master page and it is populated from database. 

i want if user click a link that menu link's background color should change how to do?  

View 1 Replies

Web Forms :: Hide Some Menu Items For Non Logged In Users In Menu Control

Apr 8, 2013

What I want is to show menu items Administrator or show user menu items.Show menu items using login...How I can do it with role  provider, control menu and siteMap in masterpage?

View 1 Replies

Web Forms :: Save Data While Changing Menu / Place The Menu Control In The Mater Page?

Mar 17, 2010

We have to develop an application which has a Vertical left pane menu control which displays all the web pages (A,B,C say). Now if user is in page A and filled some data and clicks on menu control to go to page B, all the data in page A needs to be saved. Also if all the required field in page A are not filled and user navigated to page B, there will be one ! sign after the menu so that user can understand that there some some more fields need to be filled up.

We are planning to place the menu control in the Mater page. Please give me some direction to do this. My question is:

1. If user change menu (In Master Page), how should we save data?

2. How should we display the ! in the menu control?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved