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!
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!