I have a button that prompts user about his action(deleting smth). If user confirms, I want to execute ActionMethod with postback. How can i achieve that?
I have a button that prompts user about his action(deleting smth). If user confirms,
Share
Yes that is simple, you can do it this way
JS
or with the postback
if your button is not submit button than you can do it this way
if you don’t have anything (form and submit button)