It just happened to me... I put my script in an file and declare it in the header like this : < script src ="js/masterpage.js" type ="text/javascript" /> When I launch the page, I get a javascript error __doPostBack is not defined and none of my javascript functions is executed. It seems that some...