Hi,
I have a problem with updatepanel in a postback. they don't work at AZURE but work in local server.
In de script:
document.getElementById("ShowDataPane").style.top = tempY + "px";
document.getElementById("ShowDataPane").style.left = tempX + "px";
document.getElementById("ShowDataPane").style.visibility = 'visible';
__doPostBack('<%= UpdatePanel2.ClientID %>', 'abre_gv_marcacoes')
they should load the procedure 'abre_gv_marcacoes' in orther to populate the gridview, and work in local machine but not in AZURE