Action on canacel in javascript confirm
I have certain Checkboxes against certain records in a datagrid, i check certain checkboxes and click on delete button, and i have a javascript confirm method before deleting the records. wht i want is that if someone clicks "cancel", i want to clear all the checkboxes.
How can i achieve this...
|