ajax issue?

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

Guest

Hi all,

I have an ascx UC that contains an update panel. When a button inside this
update panel is clicked, a partial page postback occurs, I do some
processing on the server side, and then I am calling
Page.ClientScript.RegisterStartupScript to run some javascript. However it
appears that this code never fires. Has anyone seen a similar issue? I put a
simple window.alert in my client side javascript routine and it never fired!
If I remove the update panel all works well. Any ideas?

TIA!
 
Never mind. I figured it out. I had to use the new ScriptManager class to
register my client side javascript code.

Thanks!
 
Back
Top