IE 10 .NET button will not post back, but link button does There is apparently a breaking change in IE 10 that can cause a Button to not work. Scenario: You have a RangeValidator on your page with a precision set to "2" for example, and you set the value of the textbox being validated to a value with more digits (such as 2.3333333333333333) using javascript. Result: A linkbutton on the page submits the page normal, but a .NET button does not do anything. There is no error message/warning. This only happens in IE10. Solution: Round your value before assigning it to the textbox.
Created By: amos 4/9/2013 6:00:36 PM Updated: 5/17/2016 12:26:08 AM
|
|