Is there any Confirmation Dialog that is made from Jquery where I can use it in ASP.NEt?
a confirmation dialog that has a “Yes” or “No”, “Ok”, “Ok” or “Cancel” button?
and example, if I click “Ok” button, I can perform a condition in the server code of ASP.net.
another example in the dialog box: “Do you want to save this record to the database?” “Yes” or “No”
This is how I am doing…but its an MVC Application. but I am sure you can do it the same way for any asp.net application ….
url is the link of your method or the server page and ID is any query string that you want to pass..
This logic is inside the yes function so will only exec on yes button click..