prevent asp button from postback

Code Example - prevent asp button from postback

                
                        <asp:button runat="server".... OnClientClick="myfunction(); return false;" />