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

All Questions

0 votes
1 answer
269 views

Cuteeditor not working in IE 11 after Patch

Our company just installed an IE 11 patch and it broke the CuteEditor that we are using for an internal ASP.NET 3.5 website. We have changed the X-UA-Compatible to IE11 and EDGE with no success. It ...
Cody Patterson's user avatar
0 votes
1 answer
960 views

ASP:Menu not shown correctly in IE10 and IE11, but looks aliright in Chrome, FF and till IE9

I am using a asp:Menu control to create a tabbed navigation. The project was created in .Net 4.0. The following is used to create tabs: <div class="tabmenustyle displayblock"> <asp:...
Random Someone's user avatar
0 votes
1 answer
966 views

Unable to get property 'stringify' of undefined or null reference IE 11 ASP.NET

I have an ajax code that takes in 2 string parameters and passes those parameters to a behind code c# method that updates the user record in the database. Here is my code: // ...
Learn12's user avatar
  • 216
0 votes
1 answer
295 views

Use DropDownList in IE 11 in c#

I am having a problem to use DropDownList in IE 11. When select value in DropDownList the event OnSelectedIndexChanged not firing. I can't update the framework version from 4 to 4.5. Can you please ...
Antonio Mailtraq's user avatar
0 votes
2 answers
542 views

Request.ServerVariables["HTTP_REFERER"].ToString() is not working in IE11

I have a basic page that is hooked into a third-party website internally. When a button is clicked on this third-party webpage, my webpage is launched in another tab. When launched, I capture the ...
user2501938's user avatar
0 votes
3 answers
1k views

ASP.NET JQuery .click() not working in IE11

The following .click()-method is fired in Chrome without problems. In Internet Explorer it is only fired if I refresh the page (F5). If I access the page by entering the url (or redirected by a ...
sampa's user avatar
  • 565
1 vote
1 answer
703 views

IE11 Edge JavaScript Deprecated and obsolete features

Mozilla Developer Network said "You should use toISOString instead of the deprecated toGMTString method in new code." However, In MSDN JavaScript Version Information to check the toGMTString Method, ...
Yves's user avatar
  • 43
0 votes
1 answer
858 views

onunload and onbeforeunlad events not working as expected in IE11 and IIS

I'm working on a web application in VS 2013 on Windows 8.1 that is hosted on IIS 8.5 on a 2012 R2 Server, and using the IE11 browser. I'm trying to use the unload event to send information to a web ...
BILLC's user avatar
  • 11
0 votes
1 answer
46 views

How to exclude numbers from entry on IE11?

Before IE 11 you could put a zero in keycode if you didn't want the character to be entered. <asp:TextBox id="TextBox1" runat="server" onkeypress="ValidateText();"> </asp:TextBox> ...
Marc's user avatar
  • 1
2 votes
0 answers
665 views

What causes SSRS to use Blank.gif, breaking reports in IE11?

There have been a few questions asking about the error caused by IE 11 not loading SSRS reports... SSRS Report Viewer - Report chart fails to display in IE11 ReportViewer IE 11 The solution seems to ...
Homer's user avatar
  • 7,754
0 votes
1 answer
1k views

ASP.NET Internet Explorer 11 Not Displaying on some servers

We have an application (ASP.NET) that has been working without issue on IE8. Teh application is running on two servers, one primary and one testing. Since the application has been stable for some time,...
cdm's user avatar
  • 789
0 votes
0 answers
467 views

Drop down issue in ie 11

I have a asp.net drop down that loads over 20,000+ records .It was working fine ie8 but when upgraded to ie11 the drop down gets stuck and any attempt to re-size the browser will crash the browser.(I ...
Shabinesh Shankar's user avatar
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
0 votes
1 answer
1k views

Button not displayed in IE11

We recently upgraded our application from .net 2.0 to 4.5. As a result of which we had to use IE11. The problem I am facing is that certain buttons and an address which is in the Master Page in the ...
Akshatha's user avatar
  • 642
3 votes
1 answer
2k views

Open a new InPrivate Browser Window with Button Click [duplicate]

I have no idea if this is even possible, but I figured I'd ask. I have the need to open a new InPrivate browser window from within a webpage, on a button click. I'd like to navigate to a webpage, but ...
Matt's user avatar
  • 115

15 30 50 per page
1
3 4
5
6 7
13