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

All Questions

0 votes
1 answer
679 views

ASP.NET UpdatePanel flickers on partial postbacks in IE11 on Windows 10, when it has scrollable div

UpdatePanel flickers when the user clicks a button that causes a partial postback, when button positioned inside scrollable div element inside that updatepanel (when a div without scrolling does not ...
AlexanderT'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
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
1 answer
910 views

Submit button stops working after postback in IE11

Problem: Sometimes submit button stops working after postback in IE11. It's clickable, but it doesn't trigger any event. There is no script or server side errors. Even the right click menu ...
berzinsu's user avatar
  • 945
3 votes
2 answers
7k views

IE 11 and Unable to get property PageRequestManager

My site is not working on IE 10 and IE 11. Getting this error, Unable to get property PageRequestManager I have put ie.browser inside ~/App_Browsers folder. But still not working. I am using Telerik ...
Imran Qadir Baksh - Baloch's user avatar
3 votes
1 answer
9k views

ASP.NET WebForms 4.0 Site with IE11 does not load ScriptResource for PageRequestManager on Windows Server 2003

I am having a problem with IE11 and ASP.NET Web Forms (.NET 4.0) that runs on Windows Server 2003. On IE11, the following script tag does not appear in the source HTML: <script src="/...
Tommi Gustafsson's user avatar