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!
param@community.nospam - 29 Jul 2007 19:19 GMT
Never mind. I figured it out. I had to use the new ScriptManager class to
register my client side javascript code.
Thanks!
> Hi all,
>
[quoted text clipped - 7 lines]
>
> TIA!