Quote:Yes: C# Sys.WebForms.PageRequestManager.getInstance().add_endRequest(endRequestHandler); And then: JavaScript function endRequestHandler(sender, args) { // Do stuff } Documentation here and here. Keep in mind that this will fire for every AJAX request on the page.
Yes:
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(endRequestHandler);
And then:
function endRequestHandler(sender, args) { // Do stuff }
Documentation here and here. Keep in mind that this will fire for every AJAX request on the page.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)