0
kicks
Sys.Application.add_load != window.onload
I remember seeing a sample which used Sys.Application.add_load to attach a function you’d normally want to run upon window.onload. Having browsed the MS AJAX Library source code, I figured the Sys.Application provided a convenient event hook indeed since the class tapped window.load and window.unload for you: