ajax issue?

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

Guest

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

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top