I would like to popup a confirmation to ask whether to redirect to another page after save process has being done in the server side. btnSave_click(object sender, EventArg e) ...
How can I do it? I tried to put a RegisterClientScriptBlock and it didn't work.
Is there any way to do it?
Thanks
Go to the complete details ...