vote up 0 vote down star

I have a button in the update panel. Another function say function1 is executed in the click event of this button. I want to call a javascript function once the function1 completes execution. How will I know when the function1 has completed its execution?

flag

1 Answer

vote up 0 vote down

Assuming function1 runs onthe server, and function2 on the client, handle the endRequest event of the Sys.WebForms.PageRequestManager MSAjax class.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.