How to prevent PostBack on the client side?

Posted by Stremlenye on Stack Overflow See other posts from Stack Overflow or by Stremlenye
Published on 2010-06-11T13:56:45Z Indexed on 2010/06/11 14:12 UTC
Read the original article Hit count: 153

Filed under:
|
|

I have some validation JS code on client, that must be executed befor PostBack. If this validation code return 'false', postback is needless. How it can be disabled?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about validation