An asp:RangeValidator takes it's culture info from the page/ thread and all advice online around getting the right culture seems to be to set the CultureInfo on the thread.
Rick Strahl's west wind blog is typical advice
However, due to problems running the server code in this way, we are stripping out the code we were using previously that followed this advice.
My question is: is there a way for me to set the culture of a RangeValidator without messing with the main page/ thread culture. I want the RangeValidators to respect the browser settings, but unfortunately they are respecting the server culture instead.