Web Forms :: Google Chrome Not Showing Sub Menu

Apr 19, 2010

i have one asp.net application which has menu bar and sub menu are Horizontal. in my IE browser itz working fine.. but in google chrome itz not showing the sub menu.

View 7 Replies


Similar Messages:

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

Social Networking :: Images Not Showing In Google Chrome Or Mozilla FireFox

Apr 27, 2016

 I am having an issue with images not showing in Chrome or FireFox. In chrome i get this message in the Console "Not allowed to load local resource.". The images appear fine and correct in IE11 & MS Edge. I'm assuming this is some king of security problem I need to address, but am not at all sure what.

I have posted the code behind and Mark Up below.

// Code Behind
string imgPath = Server.MapPath("/images/");
List<FileInfo> images = new List<FileInfo>();

[Code].....

View 1 Replies

Web Forms :: No Caching In Google Chrome?

Feb 9, 2010

Does anyone know how to prevent caching of ASP.NET pages in Chrome? I tried using the following in the Page_Load event but it does not work:

Response.Cache.SetCacheability(HttpCacheability.NoCache);
//doesn't work in Chrome

View 6 Replies

Web Forms :: Results Not Loaded In Google Chrome?

Dec 1, 2010

we have a multiLingual site. which is working fine in Others browsers but not in google chrome. In google chrome, reults are not Loaded. we are using using "AR" as Regioncode.

View 4 Replies

Web Forms :: Microsoft WebControls In Google Chrome?

Feb 10, 2011

It looks like WebControls do not work correctly in Google Chrome. I've researched this issue and found solution here but it does not work in my case. Maybe because our server is on .NET 4. Does anybody know how to make WebControls work in Chrome/Safari? Unfortunately changing WebControls to something else currently is not an option so I must find a work-around.

View 2 Replies

Web Forms :: Google Chrome And Validation Of Viewstate MAC Failed

Jan 15, 2010

Anyone has experence with "Validation of viewstate MAC failed" issue while using Google Chrome? We have a customer having specific issue with Chrome. It's the strangest thing. In IE and Firefox, the problem does not exist, but once Google Chrome is used instead, he gets the error.

*note, we already have <pages
enableViewStateMac="false"
enableEventValidation="false"/>

View 4 Replies

Web Forms :: Google Chrome - Truncates Error Message On All Pages

Jun 25, 2010

Validation summary is giving me problem when using Google Chrome. On all pages of my Website it truncates the error message at the end, For example it shows:

enter your N...
Invalid Em...

View 11 Replies

Web Forms :: Make Home - Page And Add To Favorites In Google Chrome?

Jan 22, 2011

how to make my web - home page and add to favorites in google chrom ? (in asp.net C#)

View 2 Replies

Web Forms :: Date Control Is Not Working In Mozilla Firefox And Google Chrome?

Mar 28, 2011

I am using javascript based calendar control in my application.

Following is my .aspx and .aspx.cs file.:

.aspx file:

[Code]....

.aspx.cs:

[Code]....

On click of hyperlink we are opening javascript calendar and assiging it to textbox.

The same functionality is working in IE, but its not working in Mozilla firefox and Google chrome.

This is one of the major problem i am facing in entire application.

I want to make my application to be work fine on multiple browser.

View 1 Replies

Web Forms :: Scrolling Of Page Using Up And Down Arrow Keys Is Not Working In Google Chrome

Jan 26, 2013

I have developed a website in asp.net,c#. Its  pages are not scrolling through arrow keys (Up/Down) in google chrome. They are working well in IE and firefix mozilla. I also have no problem in my admin control panel. Admin control pages are  scrolling through arrow keys in google chrome, IE and firefox mozilla. What i should do to scroll my website pages through arrows keys in google chrome.

View 1 Replies

Web Forms :: Microsoft Report Viewer Not Rendering Properly In Google Chrome Browser

May 24, 2012

In Google Chrome Microsoft Report viewer doesn't display properly.

View 1 Replies

Web Forms :: Menu Control Not Rendering In Chrome & IE8?

Jul 28, 2010

I am testing my website in numerous browers and have discovered (amazingly) that the asp:menu

control does not render properly in both the above browsers! Given that these browsers must account for

a large part of internet traffic it is curious that microsoft have not fixed this. I have looked at CSS Friendly but

if looks like a lot of work and change for my websites just for the one control that does not work.

View 1 Replies

Onclick Go Into Sub - Not In Google Chrome?

Jun 30, 2010

I have a gridview, one column is a template field with an imagebutton, onclick it should go into the following sub, which it does in IE but not in google chrome. What could be the problem?

Protected Sub btnDetails_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs)

View 4 Replies

WebParts And Google Chrome

Oct 4, 2010

I started learning ASP.NET these days. Google Chrome is my default browser and I'm also testing my applications in Google Chrome.

I recognized that some Elements of ASP.NET won't run in real time when I use Chrome. For Example ASP.NET WebParts. If I change the modus of the WebPartManager from default to edit (or something else), Google Chrome needs 1 - 2 seconds to renew the page. Internet Explorer does this in real time without any loading times.

I'm a rookie in ASP.NET and many people said, Microsoft's AJAX for ASP.NET is some kind of crap.
I'm using Visual Studio 2010 and maybe you'll say, I should use jQuery instead of internal Features like WebParts.

View 1 Replies

MVC :: TempData Bug In Google Chrome?

Sep 10, 2010

So TempData works on my local machine in chrome, but not out on the server. It works fine in IE and firefox. I'm using the default Session State as InProc. I can see the cookie in chrome by looking at the developer tools.

View 4 Replies

Web Forms :: Website Built In Visual Web Developer 2008 Express - Menus Not Working In IE 8 Or Google Chrome

Jul 9, 2010

I am a complete novice at this stuff, but i have been asked to investigate why the menus on our web site might not be working properly when vied in IE8 or Google Chrome. The site was built in Visual Web Developer 2008 Express edition, could this be the problem? If so is there a way around it without having to upgrade to VWD 2010?

View 2 Replies

Bug In Google Chrome - Dynamic Controls?

Jan 12, 2010

Has anyone had anyone problems with dynamic controls in Google Chrome?I tried the following code:

Sub Page_Load() Handles MyBase.Load

View 2 Replies

Page Loads Twice In Google Chrome

Jan 5, 2010

Does anyone have any problems with Page_Load being executed twice in Google Chrome?
It's a short question, i do not know what else to explain...

I have a simple asp.net page and in Firefox and IE all it's working fine.
But in Chrome the Page_Load is fired twice...

Later EDIT:
- what is strange is that i have 4 repeaters... binded with random values. The random methods are twice fired (because of page loaded twice) but the repeaters takes the INITIALLY values...so, the 2nd post back is somehow raised after the rendering step.

3rd edit: It happens ONLY at the refresh!

Solution (in my case): There was an empty img src, and that was the cause

View 13 Replies

FileUpload Not Working In Google Chrome?

Apr 23, 2010

ASP.Net FileUpload not working in google chrome.It shows validation error,even after choosing right file type.

Here is a code :

<asp:FileUpload ID="FU1" runat="server" />
<asp:RegularExpressionValidator
id="FileUpLoadValidator" runat="server"
ErrorMessage="Upload jpg and gif only."
ValidationExpression="^(([a-zA-Z]:)|(\{2}w+)$?)(\(w[w].*))(.jpg|.JPG|.gif|.GIF)$"
ControlToValidate="FU1">
</asp:RegularExpressionValidator>

View 1 Replies

Web Forms :: Menu Control Appears Slightly Off In Chrome And Firefox?

Dec 4, 2010

The right sides of the dynamic menu items are being chopped off. Also, the entire menu is moved slightly to the left in both browsers. I have been searching for a solution but everything I find so far with Google talks about a problem with the menu not starting on the correct node but I am not having that issue.

View 2 Replies

C# - Open Internet Explorer From Google Chrome

Mar 29, 2011

I currently developing a ASP.NET web application.

The application is designed for Google Chrome. I would like to pop out IE when printing is involved because Chrome lack preview etc. at a button click the IE should open. Here's the code:

protected void btn_print_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("http://localhost/storeapp/printpage.aspx?orderno=" + Request.QueryString["orderno"].ToString() + "");
}

Here I have passed a particular orderno to the URL. But when I click nothing happens. I have set IE as default web browser. Why is this?

View 2 Replies

On Change Event Not Fire In Google Chrome

Mar 25, 2010

I have a web application build on asp.net, the Textbox onchange event not working in chrome? On page load i wrote this code,

textbox1.Attributes.Add("onchange", "SetEditDataFlag();");

SetEditDataFlag() -- it is a javascript function. When I browse the application in chrome then this function is not called when i changed some value on the textbox.Its working properly in IE.

View 1 Replies

On Click Event Is Not Fire In Google Chrome

Mar 26, 2010

I am trying to fire the asp.net button click event from javascript. Its working fine in IE, but the same code is not working on Chrome, Here is the js code,

<script type= "text/javascript" language="javascript">
var btnSave = document.getElementById('btnSave');
btnSave.click();
alert("The changes are saved sucessfully!!");
</script>

View 5 Replies

Google Chrome Caching DropDownList Selections

May 21, 2010

I'm experiencing what seems to be a caching issue with Google Chrome and Safari on my cart page. In the cart there are 2 dropdown lists. When you hit the checkout button after changing the values in the dropdown lists, it commits what's selected in the lists to the database.

It's a little bit hard to explain the unexpected behavior so I will try to write it out step by step with an illustration of my problem.

Lets say the first dropdown list has the values of:

VALUE1
VALUE2
VALUE3

And the second dropdown list has the values of:

DUMBO1
DUMBO2
DUMBO3

I add an item to my cart.

Screen Says: VALUE1, DUMBO1

Database Says: VALUE1, DUMBO1

I hit Checkout.

Database says: VALUE1, DUMBO1 (I can't see the dropdown lists after I hit checkout because i'm not at the cart page)

I hit the back button.

Screen Says: VALUE1, DUMBO1

Database Says: VALUE1, DUMBO1

I drop down the VALUE1 combo and select VALUE2, VALUE2 is selected momentarily and then the site posts back and VALUE1 is re-selected in the drop down list (from being reloaded from the DB)

MOMENTARILY Screen Says: VALUE2, DUMBO1

Database Says: VALUE1, DUMBO1

THEN AFTER POSTBACK FROM DROPDOWNLIST_SELECTIONCHANGED EVENT

Screen Says: VALUE1, DUMBO1

Database Says: VALUE1, DUMBO1

Hit Checkout.

Database Says VALUE1 ,DUMBO1 (I can't see the dropdown lists after I hit checkout because i'm not at the cart page)

Go back.

Screen Says: VALUE2, DUMBO1

Database Says: VALUE1, DUMBO1

So it appears that it's remembering my selection of VALUE2 even though it jumped back to VALUE1 before I checked out.

It seems to be a caching problem, however I've got some no-cache code to prevent caching of that page that works great in firefox and internet explorer but seems to be failing in Chrome and Safari. I'm basically returning in the headers for the cart page: no-cache, no-store, and must-revalidate to attempt to prevent caching, but based on this scenario it seems to be caching the page anyway and not reloading it when I hit the back button.

View 1 Replies







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