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

All Questions

0 votes
1 answer
307 views

why script take too time in IE 11?

In my asp.net application,Debug with IE11 take too time for response.(min 2 minute).IE say "localhost not responding dut to a long running script.".How can i check which script taking too time? This ...
lwin's user avatar
  • 4,280
1 vote
2 answers
918 views

CSS3 selectors are not working to hide the password reveal icon in IE 11

I am trying to hide the password reveal icon using CCS selector as shown below. input::-ms-reveal{ display: none; } My development environment: .Net Framework: .Net 4.5.1, ...
Jothe Rengarajan's user avatar
-5 votes
1 answer
273 views

Japenese character in a filename changes to garbage if I download file from IE 11

If I download a file which has Japanese character as its file name, so it gets to some garbage language in IE 11.
Sandy's user avatar
  • 5
0 votes
1 answer
619 views

Website stuck on "waiting<websiteName>" using IE 11 browser but ok in Chrome

I have a weird encounter after i deploy a website in intranet. I published it successfully on a remote server. I tried opening it in Chrome: it works perfectly, but using Internet Explorer 11, the ...
Juran's user avatar
  • 177
0 votes
0 answers
348 views

Drop Down List appears twice if user double-clicks selection?

This page is dynamically created and the control is just a generic HTML drop down control. Sometimes if you double click certain items in the list (usually the middle options are more problematic than ...
sab669's user avatar
  • 4,074
2 votes
2 answers
11k views

window.open opening new tab instead of new window in IE 11

I have an ASP.NET application which uses window.open. It opens a tab instead of a new window. This happens in IE 11. In IE 8 it works fine. Since we are moving to IE 11 we want this to work on IE 11 ...
Ruruboy's user avatar
  • 662
0 votes
1 answer
228 views

ASP.net dropdown list postback dosnot work inside jquery and control panel

I call an asp webpage inside JQuery code as following : $("#zr_users_edit").click(function () { $("#panel-label").text("Edit User Account") $("#display-panel").stop().animate({ left: ...
Twins Code Inc.'s user avatar
1 vote
1 answer
4k views

ASP.Net update panel is not working in browser IE11

Asp .net ajax updatepanel working fine in local environment in browser I11. But same not worked in live server. ( remote server) When changing compatibility view in browser works fine. In IE11 ...
bgs's user avatar
  • 3,167
0 votes
1 answer
898 views

IE 11 - how to detect in .NET

How to detect IE 11 from .NET? I use HttpContext.Current.Request.Browser but over this I don't know how do this. I try this: if (request.Browser.Browser.ToUpper() == "MOZILLA") { // IE 11.0 User ...
majco333's user avatar
5 votes
2 answers
10k views

Internet Explorer 11 gives script error in PageRequestManager.js

I'm using ASP.NET 4.5 on the server and I have a .NET Windows application with a Web Browser control that navigates to the web page on the server. If I run the Windows application on a system with ...
tpe's user avatar
  • 115
7 votes
4 answers
19k views

ASP.NET on .NET 4 causing IE11 throw _doPostBack is undefined javascript error

Edit: The site is on Windows Server 2003, hence cannot be upgraded to .NET framework 4.5. Our web site is serving ASP.NET ON .NET 4. When using IE 11 the auto postback stopped working with the error ...
frogcoder's user avatar
  • 993
5 votes
2 answers
15k views

CrossPostback ,AJAX Controls and ASP.NET generated postbacks work for .NET 4.5 , not .NET 4.0 in IE 11

I had posted and answered the question earlier.WebResource.axd not working with Internet Explorer 11 But I thought the hotfix had fixed the issue(CrossPostback ,AJAX Controls and ASP.NET generated ...
Rameez Ahmed Sayad's user avatar