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

All Questions

0 votes
0 answers
392 views

How to launch a Google Chrome Tab with specific URL from Internet Explorer 11 using C#

My application is coded in C# (ASP.NET 4.7.2 Full). On my client the default browser is Internet Explorer 11 I open the example webpage on Internet Explorer 11 On this example webpage I have <...
Chevy Mark Sunderland's user avatar
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
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
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
419 views

The table-border doesn't work in IE11 but works in Chrome

I'm trying to get the border working in IE11 like it's working in Google Chrome. I use ASP.NET,inline styling, nth-child, last-child. This is a example of how I use it. .GridView tbody tr:nth-child(...
aha364636's user avatar
  • 365
0 votes
1 answer
716 views

NotFound net::ERR_TOO_MANY_REDIRECTS on Chrome, SEC7127: Redirect was blocked for CORS request on IE

I have been trying to host a website locally on IIS and when I do, the entire content does not load up. Basically I have 3 projects in the VS 2013 solution: Website - Main Website AdminPanel - Web ...
Preetham's user avatar