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

All Questions

0 votes
0 answers
184 views

Decimal Dot is not recognized in Internet Explorer

I developed an aspx web-application written C# where you can run a formular. The user can enter numbers and they will be transferred to a SQL Table. Now one user has noticed that when he uses the ...
ste92's user avatar
  • 434
0 votes
1 answer
56 views

Visual Studio 2017 Launches Two Instances Of IE When Debugging A Single Project

My development machine was recently renamed and updated to Windows 10. While debugging a single ASP.Net project in VS 2017, I press F5 and two instances of the same page show up in my IE-11 Browser (...
Todd Young's user avatar
0 votes
0 answers
70 views

AntiFogeryToken Cookie is always store and send back to server even when i block all cookies on IE 11 (other browsers work as expected)

Im currently set up a feature which allow server side code aware of whether this browser is enable cookie or not. the solution is to use antiforgery cookie which is sent back to server whenever ...
Nguyễn Văn Lệnh's user avatar
0 votes
0 answers
566 views

IE11 accept drag & drop of file link from another browser window

Our users need to transfer files from a government website into our in-house web-based app. They need to move dozens of files a day, and until now they have been clicking each file link on the ...
RSW's user avatar
  • 1,667
0 votes
0 answers
363 views

Upgrading .NET Framework to 4.7.2 on IIS Server changes how website displays on IE

After updating our IIS server's .Net Framework from 4.5.2 to 4.7.2, we now have a semi-broken website, but only on IE, and only when viewing the site on a remote server. CSS seems to be broken; menus, ...
Paul Rivera'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
1 vote
0 answers
57 views

IE 11.1324 text in a disabled fieldset can be removed. ASP.NET

I have a fieldset which can dynamically be set to Disabled based on the user role. This works fine in Chrome and Opera. However, in IE 11.1324 I have the issue that text can't be added, but it can be ...
JavaHR's user avatar
  • 183
0 votes
1 answer
150 views

IE hide the Menu Items when PDF is loaded on Webform

I've a menu item. When the user clicks on the menu item button (Claim) it opens the PDF below the menu item. Issue is when I loaded the same webform in Internet Explorer it opens the PDF below the ...
J. Doe's user avatar
  • 61
2 votes
0 answers
89 views

Fontawesome 5 error on IE11

I have a problem with fontawesome on IE11 for some strange reason throws a javascript exception on this line: var candidates = toArray(root.querySelectorAll(prefixesDomQuery)) It only happens on IE ...
Fex09's user avatar
  • 73
0 votes
1 answer
164 views

Getting Javascript critical error in IE11

I have a piece of code in my web application, When I include it, it works well in chrome but in IE11, it throws an critical error. This is the code which is causing the error. If I comment it out, ...
Ranjith Varatharajan's user avatar
0 votes
1 answer
76 views

Internet Explorer 11 Last Session and ASP.Net WebForm App

In my asp.net web form application, and I have an issue with internet explorer 11. The user was in "Home.aspx" and when he closes the browser and open again, the browser is still showing the last page ...
Carlos Bolivar's user avatar
0 votes
1 answer
64 views

Object Required 424 Error only occurs in IE11

My Company has an intranet-site that uses .asp files. It suddenly stopped working properly in IE11. This particular snippet seems to throw an "Object Required - 424" Error. dim fs,f set fs=Server....
Rob's user avatar
  • 3
0 votes
0 answers
211 views

asp.net TextBox not updating in IE11

I have migrated my .net projet from framework 3.5 to 4.5 and my the site was previously running under IE7. I need to run it under IE11 now. I have a page which upon selecting an element in a dropdown ...
refresh's user avatar
  • 1,329
0 votes
0 answers
85 views

How to programatically get an element that is selected/highlighted?

I am working on an application based on ASP.NET, running in IE11. One part of the application makes use of (Telerik) RadEditor to create a layout of several items. I am selecting the items (dom ...
GreySage's user avatar
  • 1,178
0 votes
1 answer
120 views

How can I select multiple items at once in Telerik RadEditor on Chrome?

I am working on an application based on ASP.NET, running in IE11 and Chrome. One part of the application makes use of (Telerik) RadEditor to create a layout of several items. I can select (...
GreySage's user avatar
  • 1,178

15 30 50 per page
1
2
3 4 5
13