T
Thrud
I have a button (runat=server) with some VB code attached
to its on click event which does data updates.
I now want to add a warning to the user prompting them
whether they really want to perform the update. If they
say Ok then the update proceeds, otherwise it is cancelled.
How is the best way to do this? As far as I see the only
way to get the prompt is to use the JScript Confirm
function but to use this I need to turn off the
runat=server flag which makes the button disappear.
Any help would be much appreciated, Thrud
to its on click event which does data updates.
I now want to add a warning to the user prompting them
whether they really want to perform the update. If they
say Ok then the update proceeds, otherwise it is cancelled.
How is the best way to do this? As far as I see the only
way to get the prompt is to use the JScript Confirm
function but to use this I need to turn off the
runat=server flag which makes the button disappear.
Any help would be much appreciated, Thrud