ImageButton does not fire a post back on IE10
问题 Recently, we tested our products on IE10 and encountered a problem about that server button control “Asp:ImageButton” are not be fired on IE10 with UpdatePanel. And the below is the sample code: <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> Here is the content. </ContentTemplate> <Triggers> <asp:AsyncPostBackTrigger ControlID="buttonSubmit" /> </Triggers> </asp