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

All Questions

4 votes
1 answer
10k views

How can I locate and debug a specific file in IE11 Dev Tools?

I have a file that is part of a legacy web site I'm maintaining that I need to debug - step into, etc. But I can't see how to do that. The site needs to be run in IE, in Compatibility mode. When I ...
B. Clay Shannon-B. Crow Raven's user avatar
-1 votes
1 answer
582 views

How can I write a "debug msg" to the console or elsewise in an old web site?

I'm adding a bit of functionality to an old ("old" as in "olde"; as in Rip-van-Winkle olde) website that uses VBScript. The upshot of my problem is that certain logic seems to always equate to a ...
B. Clay Shannon-B. Crow Raven's user avatar
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
0 votes
1 answer
872 views

Open window popup from HyperLink in c# not working in IE 11

I have added this HyperLink in markup aspx page for open window popup from GridView. This code working correctly on Google Chrome but is open new webpage on Internet Explorer 11 and not window popup. ...
Antonio Mailtraq's user avatar
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
2 answers
918 views

CSS3 selectors are not working to hide the password reveal icon in IE 11

I am trying to hide the password reveal icon using CCS selector as shown below. input::-ms-reveal{ display: none; } My development environment: .Net Framework: .Net 4.5.1, ...
Jothe Rengarajan's user avatar
-5 votes
1 answer
273 views

Japenese character in a filename changes to garbage if I download file from IE 11

If I download a file which has Japanese character as its file name, so it gets to some garbage language in IE 11.
Sandy's user avatar
  • 5
1 vote
0 answers
46 views

Internet Explorer Compatibility issue with web page

I am developing a .NET application for my clients. One of my pages I have included a RadDatePicker and several other input methods. When I run my project it occurs an error only in Internet Explorer ...
jayz's user avatar
  • 401
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
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
1 answer
1k views

ajaxToolkit:MaskedEditExtender + Delete and Backspace not working for Ie11 but working ie11 compatible mode

I know lots of people asked this question but that is related to chrome. In my case, it's not working in IE11 also. ajaxToolkit:MaskedEditExtender is being used in my project for TextBoxes. In Ie11 ...
Lalit_Test's user avatar
0 votes
2 answers
16 views

Site displays different when debugging in VS2012 with IE and when in production

I'm working on a asp.net project that is a responsive website so it can be viewed on mobile and tablets. When running the project the site opens in IE 11 and looks great. When I publish the site and ...
Jerry Warra's user avatar
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

15 30 50 per page
1 2 3
4
5
13