11 February 2014

Confirmation message on submit button using JavaScript

<asp:Button ID="SaveInfo" OnClientClick="javascript: return confirm('Are you sure you want to submit this info.?')" runat="server" Text="Submit" />

No comments:

Post a Comment