I have page with text box and RangeValidator for that text box.
If I don't use WebAsyncRefreshPanel validation works fine.
But if i put my controls into WebAsyncRefreshPanel, validation works, I see warning message but it does not prevent post back.
I can I fix it?