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
2010-10-04 15:38:40