I know how to use the JavaScript Confirmation option in an asp button control
The problem is that this asks for the confirmation before any code is run.
I ned to run some code on Click and depending on the reulsts of a boolean compare that occurs in the middle of the routine I need to pop up a message confirmation box to determine whetehr or not to continue.
How can I do this?
Start Free Trial