Script Manager - Confirm dialog box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my user control, I have included javascript code using
ScriptManager.RegisterClientScriptBlock(). JavaScript code has a confirm
message dialog box and we store the message value in a hidden field control.
My issue is when the confirm message dialog box popup, in the background the
next statement in the code behind file get executed. how can I make sure the
code gets executed after user response to the confirm dialog box. or in
otherword the module gets completed and then the confirm message popsup.

ASP.NET 2.0 / AJAX / C#

Thanks

Raj
 
Back
Top