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\"
by using UseSubmitBehavior="false" you can disable postbacks of onclick