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

All Questions

0 votes
1 answer
277 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
566 views

IE11 accept drag & drop of file link from another browser window

Our users need to transfer files from a government website into our in-house web-based app. They need to move dozens of files a day, and until now they have been clicking each file link on the ...
RSW's user avatar
  • 1,667
1 vote
1 answer
148 views

Strange "line" appears in GridView -- is it CSS or border or what?

I see a "strange line" in my gridview. Here is the screen-shot of the "strange line" at the right-edge of the cyan-blue selected gridview row: I have used F12-developer tool and there is no reference ...
John D's user avatar
  • 583
1 vote
1 answer
2k views

How to download html file on a click of button in asp.net?

I am developing a program in VS2015. I have created a abc.html file dynamically. Now I want a functionality that when user click on button that Html file should open or save in browser.How can i do ...
Basant Gera's user avatar
1 vote
0 answers
500 views

ASP .Net Hidden field setting but not posting in IE

In my web form I have an ASP Hidden field as such: <asp:HiddenField ID="HiddenField1" runat="server" OnValueChanged="HiddenField1_ValueChanged" /> I am current setting the value of this field ...
Xaviex's user avatar
  • 15
1 vote
1 answer
1k views

IE11 CSS Select list word wrap

Using ASP.NET I'm trying to build a ListBox in which each option's text wraps to the next line, in case the line is longer than the listbox's width, only using CSS. Using the word-wrap: break-word ...
Cristiano Sousa's user avatar
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
2 answers
100 views

jQuery css property not retrieving correct value

I have a repeater control in my web app which consists of a dropdown, I am manipulating this dropdown behaviour (by adding some custom styles) on the change event. The problem is when I am using the ...
Rahul Singh's user avatar
  • 21.7k
0 votes
0 answers
525 views

what is equivalent of document.createEventObject() in jquery?

I am trying to replace document.createEventObject() with a jquery to or in IE 11 var ev = document.createEventObject(); ev.item = currSelectedItem; document.event = ev; Could you please ...
Grasshopper's user avatar
  • 1,798
2 votes
3 answers
9k views

How to disable save password for asp.net login forms in IE11 and FF30+

I want to disable the save password prompt in all browsers and hence I can avoid the auto fill for the password filed. My code is working fine on Chrome But it wont work for me in IE11 and FireFox30+....
Arun Chandran Chackachattil's user avatar
0 votes
1 answer
148 views

DIV table-cell width 0 (Internet Explorer 11)

got a problem here that gives me a huge headache. I've got a div table, containing rows and cells. One cell (right side) contains an Ajax TabContainer. Clicking on a tab fires an event that is ...
Thyrador's user avatar
  • 121
1 vote
2 answers
840 views

How do you skip over hidden fields when using enter key as a tab in javascript

I have a asp.net web application that is being developed for IE11 and I am trying to have the Enter key function the same as the Tab key. Most of the time it works fine with the code below. However if ...
Ben's user avatar
  • 173
9 votes
5 answers
10k views

IE bug Invalid Source HTML5 audio - workaround

I (and about a million others) have found a bug in IE11 (not sure if other versions have the same bug) where, if you create an HTML5 audio tag, the browser reports "Invalid Source" no matter ...
MC9000's user avatar
  • 2,300
3 votes
2 answers
2k views

HTML5 Local Storage data not reflected across active tabs/windows in IE 11

We have created a functionality where in we provide users to works with forms in an Offline Mode. We are using HTML 5 Local Storage to store all the offline data. All the forms have their own html ...
jigsmshah's user avatar
  • 165
-1 votes
2 answers
10k views

Website not working properly in IE 11-Otherwise works perfectly

With release of IE 11 my asp.net, sql server 2008 website is not working correctly. It works perfectly with Chrome and if I adjust compatibility setting in browser side it works perfectly as well, ...
John Donogan's user avatar

15 30 50 per page