Hi,
I am trying to create a simple web form to input data and send to a database. While it works on Firefox and Chrome, it does not on IE11. The only thing that does not work is the button to submit the form to the server.
I have seen some similar posts where the visibility, ID, or enableviewstate attributes were the cause, but in this case, the form works in other browsers.
I have already added the site to trusted sites and to compatibility view. And I have cleared the cache multiple times.
Anyone able to point me in a direction to fix it for IE11?
*** UPDATE: This appears to be linked to the AJAX ScriptManager -- I am going to try disabling it for IE only. Will update with results. ***
Go to the complete details ...