I want do disable postback after clicking a . I\'ve tried to do that by assigning onclick=\"return false\", but in the button doe
onclick=\"return false\"
It worked for me like this:
In :
function myfunction() { return false; }
and in :