When using System.Web.ui.WebControls.Button, if the page has inspection controls (such as RequiredFieldValidator), check, if the page is also validationsummary and validationsummary.showMessagebox, you will pop up, plus Here, you can skip this prompt:
Button.attributes ["onclick"] = "Return;";
Of course, there are other ways, such as writing Button directly: