Incompatibility Browser Edge Updatepanel

Asked

Viewed 17 times

0

I have an Updatepanel, which works perfectly, in Chrome browsers and firefox, it does not update the page, when I change something in the combobox, but in the EDGE browser it updates, I have tried to put several compatibility mode codes but none works correctly in EDGE, I need updatepanel to work, the error is not in the code, as I reported in other browsers works as expected. Last code I put, but also unsuccessful:

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
   <meta http-equiv="X-UA-Compatible" content="IE=Edge" />

Does anyone have any idea what I can do to make it work properly in EDGE ?

  • In HTML5 you do not need to declare this xmlns="http://www.w3.org/1999/xhtml" despite not knowing if it will solve the problem...

  • I took it, but it didn’t solve the problem.

  • If you have any <a href="#'...></a> in your JS you can put a Event.preventDefault()to see if you can resolve... https://developer.mozilla.org/en-US/docs/Web/API/Event/preventDefault

  • All the code is working in browsers like Chrome and Firefox, only in edge that updatepanel does not work.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.