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

All Questions

0 votes
0 answers
331 views

IE-11 Popup issue

When I am click on logoff hyperlink in my application, it returns me a popup. There is a normal code of asp.net which redirect to logoff page and clear session.! Popup message is: "Do you want to ...
Nitin Vijay's user avatar
  • 1,422
0 votes
0 answers
250 views

Javascript breakpoints not working in modal dialog forms using IE 11 on Windows 8.1

I have an aspx page with an associated javascript file which are loaded using showModalDialog. If I create a breakpoint in the javascript file, in a function called from onload on the aspx page, ...
Gary Land's user avatar
0 votes
1 answer
2k views

Radeditor issue with IE11

I have an aspx page for sending email which uses radeditor for creating the email body. In IE11 browser I type something by selecting font style, size and color. After that if I change any of the font ...
user3815594's user avatar
13 votes
9 answers
28k views

__doPostBack is undefined in IE11

Using a readymade asp HyperLink control, IE 11 is giving the error SCRIPT5009: __doPostBack is undefined with a link to here: http://msdn.microsoft.com/en-us/library/ie/xyf5fs0y(v=vs.94).aspx This is ...
personaelit's user avatar
  • 1,653
6 votes
4 answers
15k views

ASP.NET website issues with Windows 8.1/IE 11 browser

We have ASP.NET application, currently we are doing compatibility testing for this on Windows 8.1/IE 11. Found some issues related to UI alignment, _dopostback and imagebutton click. Previously faced ...
Balu Reddy Kovvuri's user avatar