It seems like ASP.NET 4.0 is not prepared to handle ImageButton events triggered by Internet Explorer 10. The problem is that IE10 sends the image click coordinates as doubl
Just put this in the header of each page or the master page:
This will force IE10 into IE9 standards document mode, and it can handle image postbacks just fine.