how to override <body> onload method
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?
Re: how to override <body> onload method
Or use a property on the page that specifies the method you wish called on load. This value is defaulted within the master page, and changed as & when necessary in other pages.