I want display a message in a web form when i click a button, but this message box fires before some validations. Please i will want ti to fire after validations
<asp:Button ID="Button1" runat="server" Text="Button" OnClientClick = "return confirm('Do you want to submit?')" />