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
0 answers
160 views

How to manage cookies working for Internet Explorer 11 from Asp.Net MVC?

I am working with Asp.Net MVC and in that I am handling cookies like below : Response.Expires = 0; Response.Buffer = true; Response.ClearContent(); Response.AddHeader("content-disposition", "inline; ...
Harry R's user avatar
  • 79
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
143 views

How to run IE11 page in frame of IE8 website

We are just starting a project that will see the merger of our currently live, IE8 asp classic site and new pieces of asp.net IE11. My current project is embedding an asp.net page into the IE8 site ...
Seere's user avatar
  • 13
0 votes
0 answers
939 views

Google Tag Manager is only working on specific version of IE11

We put a function from the GTM dataLayer.push() to our web application written in ASP.NET to get specific data when user trigger the send button in the form. Everything works fine. GTM always detected ...
Vitas01's user avatar
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
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
2 answers
28 views

DropDownList changes of width when an input is focused

My DropDownList won't keep the size setted in the CSS. When the input is focused, the size is larger than expected. Otherwize, the size is good. What should I do for keeping the size of the ...
Gromain's user avatar
  • 123
0 votes
0 answers
641 views

Localhost is not a valid Win32 application

I have an ASP.NET web application project that I am trying to launch in Internet Explorer 11 (either Debug > Start Debugging or Debug > Start Without Debugging). I am getting an error popup that says "...
rmamedov's user avatar
  • 150
0 votes
1 answer
109 views

ActiveX sandboxed from hardware? Alternatives?

I'm in a bit of a pickle. The company I am working for is developing a website in ASP .NET MVC that involves a professional grade USB scanner on the client side. With Silverlight, it was easy to ...
user2694824's user avatar
1 vote
1 answer
155 views

Internet Explorer 11 developer tools mode

I'm using Internet Explorer 11 and when I click F12 I get the developer tools window, which contains in particular a combobox to select the Internet Explorer version display style at the top right. (...
Platus's user avatar
  • 1,407
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
-3 votes
1 answer
505 views

asp.net not showing gridview in IE

Works fine in google chrome and firefox but GRIDVIEW is not appearing in IE11. No errors in console, viewed source and it just isnt there?? Had a look online and couldnt find much someone suggested ...
John's user avatar
  • 3,877
-3 votes
1 answer
537 views

C# Browser version get wrong version for windows 11

C# Browser version get wrong version for windows 11(last windows update v:11.187.14393.0) HttpBrowserCapabilities browser = Request.Browser; Console.WriteLine("Result:" + browser.MajorVersion....
önder çalbay's user avatar

15 30 50 per page