i'm using a master page in a site.

in the master codebehind i have the <body> onload event wired to a javascript method.

on another page, i don't want to use this method for the onload event and prefer to use another specific method the page.

Is there a way that i can override this method by somehow altering the onload attribute of the <body> tag with codebehind javascript?