IE10 sending image button click coordinates with decimals (floating point values) causing a ParseInt32 FormatException

后端 未结 10 983
情深已故
情深已故 2020-12-08 07:48

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

10条回答
  •  有刺的猬
    2020-12-08 08:10

    In our case, on the master page we added below line of code under section:

    
    

    This worked for us as it allows the page to be rendered in the version of IE that is specified.

提交回复
热议问题