Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
148 views

Static .gif image not displaying in IE11 but is displaying in Chrome and FF

I have a web application that is supposed to display a user's profile image and allow them to upload a new profile picture. The supported files are .jpg, .gif, .bmp. If I load the application in ...
N101Seggwaye's user avatar
2 votes
1 answer
781 views

Forcing IE's Compatibility Mode off

We have an intranet site and I want to ignore the IE's compatibility mode when "display intranet sites in compatibility view" is checked. I have come across various solutions to forcefully set IE's ...
Owais Ahmed's user avatar
  • 1,418
0 votes
1 answer
590 views

How to make Internet Explorer show the loading status indicator (spinning circle) when the loading page is in an individual frame?

I am working with a couple web applications, and one of them does not show the "spinning circle" status indicator in Internet Explorer when posting back a form. When navigating from one page to ...
glancep's user avatar
  • 356
1 vote
0 answers
342 views

HTTP query interrupted on Internet Explorer

I was assigned some debugging to do on an existing ASP.NET WebForms application that uses a lot of UpdatePanels. One of the button launches some tasks that are very long to perform, and it is expected....
Julien N's user avatar
  • 3,900
0 votes
0 answers
227 views

Why do Aurelia plugins load slowly in Internet Explorer 11?

I'm working on my first Aurelia app, targeting the ASP.NET Core 2.0 platform, using TypeScript as the transpiler, and hosting it in IIS 7.5. So far, I just have "Hello World" functionality, but I've ...
JTennessen's user avatar
0 votes
0 answers
420 views

Telerik HTML5 ReportViewer sending empty parameterValues in Internet Explorer

I have a simple report viewer page set up like this: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Telerik HTML5 Report Viewer</title> <...
Zach's user avatar
  • 447
1 vote
0 answers
512 views

IE 11 is detected as IE 7.0

I am trying to detect my user's browsers and I want to stop all IE versions that are < 10. That's why I have created 2 different methods and both are doing the same: The first one is relying on ...
Mlle 116's user avatar
  • 1,179
-3 votes
1 answer
505 views

asp.net not showing gridview in IE

Works fine in google chrome and firefox but GRIDVIEW is not appearing in IE11. No errors in console, viewed source and it just isnt there?? Had a look online and couldnt find much someone suggested ...
John's user avatar
  • 3,877
1 vote
0 answers
500 views

ASP .Net Hidden field setting but not posting in IE

In my web form I have an ASP Hidden field as such: <asp:HiddenField ID="HiddenField1" runat="server" OnValueChanged="HiddenField1_ValueChanged" /> I am current setting the value of this field ...
Xaviex's user avatar
  • 15
0 votes
1 answer
607 views

Modal dialog does not get IE 7 Compatibility setting from Web.Config

I'm investigating why a windows modal dialog does not get IE 7 compatibility setting from Web.Config file. We currently have the following code in Web.Config: <httpProtocol> <...
SpartaSixZero's user avatar
2 votes
1 answer
568 views

In IE, weird issue with QueryString having "copy" as a parameter

I am facing a weird issue related to querystring in IE11. I have an anchor tag which has href. One of the parameters passed in the querystring is the word "copy" as shown in the screenshot below. In ...
RKS's user avatar
  • 1,390
4 votes
1 answer
2k views

JavaScript Error in Internet Explorer 11

I have one form page that submits data to the database from a popup window.I added one disabled button js for the submitting data once.It does not work on ie11 but works for other browsers perfectly. ...
Avy Fatima's user avatar
0 votes
2 answers
6k views

Cannot export to Excel in IE 11

I have a web application that exports data from a gridview to Excel. It works fine in Chrome but doesn't work in IE 11 and Firefox. I see a lot of issues with this when I google it but this error ...
devguy's user avatar
  • 49
2 votes
0 answers
870 views

Site not working in IE 10 IE 11

My website is not loading javascript/css files in ie10, 11. I am using this code <script type="text/javascript" src="/scripts/jquery-migrate-1.1.1.min.js"></script> <script type="text/...
Ahmad Abbasi's user avatar
  • 1,776
0 votes
2 answers
1k views

Asp.net website compatibility with IE 11

I have an old asp.net intranet website.. I have been using IE 8 till now without any issue. Now I am trying to check if it works well with IE 11. I see that there is no problem with the site when ...
Learner's user avatar
  • 990

15 30 50 per page