I have a page (legacy .Net 2.0) which has numerous validation controls on it - mostly RequiredFieldValidator, some CompareValidator and RegularExpressionValidator controls also.
This has been working fine for years, and still seems OK on major browsers, but recently on iOS 8.1 Safari and above it seems to be completely rendered useless and does not seem to fire at all. The user can just go forward to the next page without filling
a single field in.
I did find some links on the web saying there were some browser detection issues - I did try and follow a fix recomended here http://stackoverflow.com/questions/25978746/ios-8-safari-8-not-working-with-asp-net-ajax-extensions and
created a safari explicit .browser file in the framework/config directory on my server.
I still seem to be able to bypass the validation complete ...
Go to the complete details ...