Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1250
Validation doesn't work with WebAsyncRefreshPanel
posted

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?