If you are using the microsoft ajax framework, you might encounter a scenario where you need to execute javascript after your ajax call is completed.
The key is to add your javascript method using
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);
put the javascript method that you need to execute in EndRequestHandler function.
Checkout this very useful post.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment