tags:

views:

26

answers:

1

How to remove all endRequest handlers in PageRequestManager?

A: 

Have you tried Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(endRequestHandler), where "endRequestHandler" is the handler method's name?

Monika