Advertisement
LYSoft

Untitled

Apr 30th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.22 KB | None | 0 0
  1. <!-- ASP.NET Button with client-side confirmation box -->
  2.  
  3. <asp:Button runat="server" id="btnConfirm" Text="Confirm" OnClick="btnConfirm_Click" OnClientClick="return confirm('Are you sure you want to perform this action?');" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement