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
2 answers
689 views

getAttribute(value) returns null even when the value exists when running the code locally

I'm trying to debug a ASP.Net site. The code is debugged using Visual Studio 2012 and is running locally using IIS Express on my Windows 10 machine. The web application needs to be run using Internet ...
Toni Kostelac's user avatar
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