Yes, this is what I wanted. I'm actually sking the user if they are
sure they want to delete their request they selected. How do I give
them the option to back out if they don't want to delete a question.
Yes, this is what I wanted. I'm actually sking the user if they are
sure they want to delete their request they selected. How do I give
them the option to back out if they don't want to delete a question.
Yes, this is what I wanted. I'm actually asking the user if they are
sure they want to delete their request they selected. How do I give
them the option to back out if they don't want to delete a question.
<asp:Button ID="MyButton" runat="server" Text="Delete"
OnClientClick="return confirm('Are you sure you want to delete this
record?');"
OnClick="MyButton_Delete" />
<asp:Button ID="MyButton" runat="server" Text="Hello"
OnClientClick="javascript:return confirm('Are you sure you want to
delete this item?');" />- Hide quoted text -
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.