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

All Questions

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
590 views

How to make Internet Explorer show the loading status indicator (spinning circle) when the loading page is in an individual frame?

I am working with a couple web applications, and one of them does not show the "spinning circle" status indicator in Internet Explorer when posting back a form. When navigating from one page to ...
glancep's user avatar
  • 356
0 votes
1 answer
795 views

IE 11 missing iFrame [UPDATE] URL issue

Inside "a.aspx" code basically looks like this: ... <iframe id="b.aspx" frameborder="0" scrolling="no" src=""></iframe> ... The iframe has empty SRC and runat="server", and in codebehind ...
Ash's user avatar
  • 1,298
3 votes
1 answer
3k views

IE 11 Issue : Session getting null on Iframe postback...?

I have a project with a login page and a navigator page containing iframe in it. All the other pages in the project are loading inside iframe. I am setting one session value to store userid from login ...
Arun Mangadath's user avatar
2 votes
1 answer
2k views

DefaultButton and DefaultFocus in Internet Explorer 11

I have an ASP.NET page that contains an iframe. Inside that iframe, there is a form with a DefaultFocus and a DefaultButton set, as shown below. <form id="Form1" method="post" runat="server" ...
Alex Street's user avatar