I have an UpdatePanel, which works perfectly, in chrome browsers and firefox, it does not refresh the page when I change something in the combobox, however in the EDGE browser it updates, I already tried putting several compatibility mode codes plus none works correctly in EDGE, I need the updatepanel to work, the error is not in the code, because as I reported in other browsers it works as expected. The last code I put, but also to no avail:
<!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 on EDGE?