Skip to content

Instantly share code, notes, and snippets.

@neilgaietto
Created March 4, 2013 18:50
Show Gist options
  • Save neilgaietto/5084468 to your computer and use it in GitHub Desktop.
Save neilgaietto/5084468 to your computer and use it in GitHub Desktop.
UpdatePanel - Completed Update - Javascript Event
//update panel callback
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);
function EndRequestHandler(sender, args)
{
//update panel finished updating
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment