Skip to main content

All Questions

0 votes
0 answers
255 views

Microsoft IE open dialog Box and Microsoft Edge Open Dialog Box Different in behaviour

We have ASP.Net application - User clicks on a link and system show and an open dialog box with FROM (URL) as a label - User then clicks OPEN. Excel file open in EXCEL as READ-only- Excel File Path ...
Malik's user avatar
  • 9
0 votes
0 answers
148 views

Static .gif image not displaying in IE11 but is displaying in Chrome and FF

I have a web application that is supposed to display a user's profile image and allow them to upload a new profile picture. The supported files are .jpg, .gif, .bmp. If I load the application in ...
N101Seggwaye's user avatar
0 votes
1 answer
276 views

Show footer at the bottom of the page always problem with Internet Explorer 11

I'm developing an ASP.NET website with Visual Studio 2019, C# and .NET Framework 4.7 On the masterpage I have inserted this css class because all my pages have vertical scrollbar and I want to show &...
Iter Lsic Iealf's user avatar
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
2 answers
266 views

IE11 Not sending the Forms Authentication cookie when re-requesting content at the time of loading Print Preview

This request is about Internet Explorer Version 11.778.18362.0 I have an ASP.NET Web Application that shows some text and images on a web page. Everything works fine, but when the page is loaded in ...
fahadash's user avatar
  • 3,261
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
0 answers
469 views

Setting Cookies not working in Internet Explorer in Higher Environment

Following is the code for setting the cookie: FormsAuthenticationTicket ticket = new FormsAuthenticationTicket(1, "AuthenticationToken", DateTime.Now, DateTime.Now.AddSeconds(60), ...
Prashant's user avatar
0 votes
1 answer
6k views

SameSite=None w/ Secure Breaking iFrame in IE11

With the recent changes it seems that SameSite cookie attributes are throwing a wrench into my website now. A cross-browser iframe that was working before on my site is now broken - even with the ...
CJdriver's user avatar
  • 458
0 votes
1 answer
674 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
675 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
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
1 answer
997 views

Crystal report with IE11

I have a silverlight 4 application and i upgrade to silverlight 5 and i use crystal report to show and print reports but after upgrading the reports appears as blank (empty) in interne explorer 11 Is ...
Ragab Mahmoud's user avatar
0 votes
1 answer
136 views

Crystal report Runtime for vs2010 in win10 with IE11 silverlight application

I have Silverlight application with Crystal report 10 After publish the site and host in iis In win7 with IE8 report run fine But in win10 with IE11 report not opened Please can anyone help? Thanks
Ragab Mahmoud's user avatar
0 votes
0 answers
290 views

Okta not staying logged in on IE

I have an asp.net 4.7 app and am trying to integrate Okta single sign-on. I have it logging in and authenticating correctly, and it works fine in Chrome, but on IE11 whenever I go to my login page it ...
GreySage's user avatar
  • 1,178
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

15 30 50 per page
1
2 3 4 5
13