In Asp.Net Web applications, developers use
the jquery’s $document.ready() and pageLoad()
or window.onload events very frequently. In the first sight these events
seems very similar in functioning. But $document.ready()
and pageLoad() methods are very differ in functioning.
In this post I am trying to expose the
difference between $document.ready() and pageLoad()
.