i am using jquery plugin and i got stuck in how to display the confirmation window from code behind and if the user choose “ok” than go ahead delete otherwise ignore.
jConfirm('Can you confirm this?', 'Confirmation Dialog', function(r) {
jAlert('Confirmed: ' + r, 'Confirmation Results');
});
anybody have done similar?
it did not work with JConfirm i decided to go with JS