I have a data entry Web form. There are three buttons on this form, one of
which is a "Cancel" button. When the user clicks this, I would like to
prompt him/her, via an alert() to verify whether a cancel should be done.
It appears I cannot do this using a server based Button control. Is this
correct? Do I have to place an HTML button control on the form and write
client side JavaScript to do this?
Randy