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
530
Cancel the button click event from code behind
posted

I am trying to figure out how to cancel the click event from code behind as I don't want my page to post back.  I can't seem to find this anywhere.  If I were to use a standard asp button I would just use the e.Cancel = True.  Thanks in advance.