Search code examples
javascripttelerikmaster-pages

pageLoad function in master page and content page


I have a pageLoad js function in master page, and another one inside content page.

Does the first one (in master page) prevent the second one (in content page) from firing ?


Solution

  • It's the other way round. The one on the Content Page will be fired first. To know if one is messing with the other, simply debug it on Firebug or even on Visual Studio.