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\"
onclick is used to wire up your server side events. You need to use the OnClientClick handler such as
onclick
OnClientClick