M
marksommerville
Can anyone help?
I have a Delete button that processes a request to delete 1 or more
records.
I want to be able to issue a custom javascript confirm dialog message
before I go through my save routine. For example, "Are you sure you
want to delete these 5 items?". The "5" is variable. I have a gridview
with a column of checkboxes. If no checkboxes are selected the confirm
dialog should not be displayed.
I'm working VB.
I have a Delete button that processes a request to delete 1 or more
records.
I want to be able to issue a custom javascript confirm dialog message
before I go through my save routine. For example, "Are you sure you
want to delete these 5 items?". The "5" is variable. I have a gridview
with a column of checkboxes. If no checkboxes are selected the confirm
dialog should not be displayed.
I'm working VB.