Pop up confirmation message box
Hi friends,
I am creating a small application in asp.net, I want to handle an event using a confirmation message box.
For example, I am fetching data from database on the click event of a button. Now, A confirmation message should be appear when the button is pressed. And if user press Yes, continue, otherwise, do nothing.
Your answer(s) would be highly appreciated ......